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/TMS320F28388D: Example code CM not running from Flash with no debugger

Part Number: TMS320F28388D

Tool/software: Code Composer Studio

TI 28388 Control Card stuck into a Docking Station card and runs multi-core example codes with CCS10.1.0.00010, using TI XDS110 debug probe:

When running led_ex1_c28x_dual_blinky code - both CPU1 & CPU2 compiled on Flash - it works OK from JTAG and works OK without debugger. No issue here: CPU1 and CPU2 are operating.

However, when running led_ex1_c28x_cm_blinky code - both CPU1 & CM compiled on Flash - it works OK from JTAG but without debugger only D1 blinks, meaning that CM is not running from Flash without debugger.

Any idea how to make CM work from Flash with no debugger in this example project?