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.

CCS/EVMK2H: CCS 7.4

Part Number: EVMK2H

Tool/software: Code Composer Studio

SYS/BIOS 6.465.55, XDCtools 3.32.2.25 and GNU v4.9.3 (Linaro). Also, EDMA3 2.12.4, CTools 2.2.0, IPC 3.46.2.04 and Sys Analyzer 2.0.6.52? CCS 7.4.

My application has five projects; one on arm0 and then on dsp cores 0, 1, 2 and 4. All need to be running for anything to work, or even start. (the cores communicate via IPC).

What is the best way to load and start all five projects during development and debugging? Currently I am launching a Target Configuration and then individually selecting each core, Connecting, Loading and then Running. That times 6 for all cores. Is there a more efficient way to at least connect connect all and loading all to targeted builds?