Part Number: TMS320F28377D
Hello,
I would like to debug the application on CPU1, and want to reset/run CPU2 from its program already loaded in Flash. Is there an example of how to do this?
Looking at led_ex1_blinky_cpu1 and led_ex1_blinky_cpu2:
- I configure led_ex1_blinky_cpu1 for RAM DEBUG
- I configure led_ex1_blinky_cpu2 for FLASH
- If I try to debug, the project does not work.
- If I disconnect the debugger, the project works. (STANDALONE)
And I tried
- I configure led_ex1_blinky_cpu1 for FLASH
- I configure led_ex1_blinky_cpu2 for FLASH
- If I try to debug CPU2, then it run just fine. But I would like to debug CPU1 not CPU2.
I'm using Code Composer Studio 10.3.1 and run debug debug configuration.

