Please help me, I need to write a C++ program to send commands to vxworks, query the task execution, and return the results to the C++ program.How to achieve this? It would be best if there is code, t...
First of all, no matter what new project you create, you must include the following folders: 1. Code: This is where your code is stored; 2. SCH: This is where your schematics and PCB diagrams are stor...
In MSP430F5529, BCSCTL1 is a time register, but why does my IAR say this variable is undefined when compiling? I have added the header file, but I don't know why. I searched the header file and found ...
I want to make a DSP control board (c6713b), and now I am designing external storage. I have a few questions:1. When the flash is set to 16-bit mode, can it only be accessed in 16 bits? Can the addres...
Hi everyone, I want to implement the boot sequence of BSL through embedded software, that is, add an ARM between MSP430 and PC, use ARM to start BSL and burn the program to it. Has anyone done it befo...