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.

在线等:28337 Flash 调试模式



各位过来人,你们好,

       有没有一种Flash 调试模式,既可以让28377 的两个CPU 运行在Flash 上,同时又可以在JTAG 不断开的情况下,监控一些变量?

我现在CPU1 设置了STANDALONE 模式,看来是必须断开,然后下电再上电;

如果直接把FLASH 烧写后,在JTAG 不断开的情况下,直接点击运行,则始终Pending 在IPCBootCPU2(C1C2_BROM_BOOTMODE_BOOT_FROM_FLASH);

里面的这一句:

// Wait until CPU02 control system boot ROM is ready to receive
// CPU01 to CPU02 INT1 interrupts.
do
{
bootStatus = IPCGetBootStatus() & 0x0000000F;
} while ((bootStatus != C2_BOOTROM_BOOTSTS_SYSTEM_READY));

为何啊?

谢谢各位的关注及其回复;