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
Hello,
I would like to build two targets in one CCS project, in one build step (e.g. CRTL+B), using two build configurations, each with unique predefines (CPU1/CPU2). Can you suggest a way to do this using CCS 6.2.0 and targeting the TMS320F28377D?
Thanks!
Stephen
Stephen,
As long as the ISA is the same (which in your case it seems to be a dual F28x), it is possible to have multiple build configurations with different build options, compilers and configurations in the same project. To build them with a single click, you can either select the option shown below:
Or assign a shortcut key:
You can even automate the launch to load both cores simultaneously:
https://www.youtube.com/watch?v=tl-yal3rTqY
Hope this helps,
Rafael