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.
您好!请教些问题,STANDALONE不能在线DEBUG
用的controlsuite双核例程F2837xD_v210,blinky_dc
先连接CPU1并load program,再连接CPU2并load program,之后DEBUG cpu1 一直停在
do
{
bootStatus = IPCGetBootStatus() & 0x0000000F;
} while ((bootStatus != C2_BOOTROM_BOOTSTS_SYSTEM_READY));
......................................................................
导致现在LED2闪烁,LED1没反应。
请问是什么情况?
谢谢。。。。
1 分别导入 blinky_dc01和blinky_dc02
2 分别 Build blinky_dc01和blinky_dc02
3 后续就完全按照文档30页之后的 Build and Load the Projects – CPU1 & CPU2以及后续 步骤来调试的
user6242470 说:先将cpu01的程序烧写进去,然后运行,LED1闪烁;这时再把cpu02程序烧写进去,点击运行。
这个步骤是没有问题的
user6242470 说:这种情况下,两个灯才会闪烁,但是频率不是设置的0.5s和1s,而是像5s和10s。
您是有修改过例程吗?