Part Number: TMS320F28379D
Hi Team,
We are working on TMS320F28379D based custom board. Successfully flashed image on CPU1_FLASH and able to boot. Currently we have an issue in booting CPU2_FLASH.
These are the steps we followed.
Boot mode switch settings are (1 1).
1. Import and compiled blinky_dc_cpu01 with CPU1_FLASH_STANDALONE configuration. Code is executed successfully and led is blinking.
2. import and compiled blinky_dc_cpu02 with CPU2_FLASH configuration. Flashing is success but cpu2 is not booting(Led is not blinking).
3. For Debugging this issue , launched both the images in both cores. we observed debugger is continuously running at
do
{
bootStatus = IPCGetBootStatus() & C2_BOOTROM_BOOTSTS_SYSTEM_READY;
} while ((bootStatus != C2_BOOTROM_BOOTSTS_SYSTEM_READY));
Can you please help to solve this issue?
Thanks,
Pavani.