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.

CODECOMPOSER: One core of a multi-core system does not run correctly in the CCS debugger

Part Number: CODECOMPOSER

I am using Code Composer Studio 12 to test some code on the AM263-LP Launchpad. I have several simple projects that run on each core. The system has the NULL bootloader loaded as the SBL. My projects run on Cortex_R5_2 and Cortex_R5_3, let's call them projects A and B. If I download project A only to R5_2, the code will run and I can step through it in the debugger. Power cycle, download the projects together as a system project, and both projects appear to be loaded. Project A shows it is at the beginning of main(). If I try to step, or even Assembly Step-into, the program immediately jumps to the exit of main(). 

The program, when suspended, is at _vectors + 4.

Project B can run without a problem at this time. If I power cycle and try again, loading only Project A, the project can load and run just fine.

What can I do to get both projects to run within my system project?