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.

TMS320F28388S: Inquiry regarding CM Boot Process on TMS320F28388S

Part Number: TMS320F28388S
Other Parts Discussed in Thread: C2000WARE

Tool/software:

[Background]
On CPU1, we call Device_bootCM(BOOTMODE_BOOT_TO_FLASH_SECTOR0) to trigger the boot process for the CM core.

On the CM side, we have only added the CM-related initialization function (CM_init()), and are otherwise using the default startup_ccs.c file provided by TI.

With this configuration, the CM core operates normally when running or restarting in a debug environment, but after a full power-off/on reset, the CM core does not boot up (as confirmed by external IO pin signals).

[Question]
What modifications or additional steps (e.g., source code changes, linker/compiler options, bootloader structure, etc.) are required to ensure that the CM core boots correctly after a power-on reset?

Also, is there an example project (including all project files and compiler options) available for download for this scenario?