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.

28377D 双核烧写flash Debug时程序不运行

Other Parts Discussed in Thread: CONTROLSUITE

您好!请教些问题,STANDALONE不能在线DEBUG

用的controlsuite双核例程F2837xD_v210,blinky_dc

CPU1 build configurations:CPU1_FLASH_STANDALONE,CPU2 build configurations:CPU2_FLASH。

先连接CPU1并load program,再连接CPU2并load program,之后DEBUG cpu1 一直停在

do
{
bootStatus = IPCGetBootStatus() & 0x0000000F;
} while ((bootStatus != C2_BOOTROM_BOOTSTS_SYSTEM_READY));

......................................................................

CPU1 build configurations:CPU1_FLASH_DEBUG,CPU2 build configurations:CPU2_FLASH,

先连接CPU1并load program,再连接CPU2并load program,之后再DEBUG CPU1 CPU2,两个核都能在线DEBUG。

CPU1 设置成FLASH_STANDALONE不能在线DEBUG?还是我的操作不对?

谢谢。。。。