This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software: Code Composer Studio
Hi, there
I am trying to use the TMS320F28379D MCU. I can see from the examples that each CPU will have their own project build and loaded separately. However, it will be a lot more convenient to combine the two project to one so that I only have to manage one firmware.
So, a couple questions related to this:
1st. I can see the examples that have
#ifdef CPU1
.......
I can use the same thing to define this piece of code will only be used on CPU1 or CPU2. However, I can't find anywhere defined CPU1, could you explain how these works?
2nd. Are there a register that stores the info of whether it is CPU1 or CPU2 that I can read at the beginning of the code and determine how the rest of the code should execute, if so, where can I find the info?
3rd. If I can combine CPU1 and CPU2 project together with a cmd file combine the memory definition together, I should be able to program the CPU1 and CPU2 together if both checkbox is selected when I am loading the project, right?
Thanks