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.
工具/软件:Code Composer Studio
你(们)好
我有与此帖子中类似的问题。
我正在使用 F28379D launchpad、并测试了 controlSUITE->device supoort->F2837xD ->V210 -> examples dual 中的示例代码。
当我使用 RAM 时、一切工作正常。 但是、当我将 CPU1切换为独立、将 CPU2切换为闪存时、程序无法正常工作。
CPU1发送引导命令:
IPCBootCPU2 (C1C2_Brom_BOOTMODE_BOOT_FROM _FLASH);
但程序会保持在循环中
操作
{
BootStatus = IPCGetBootStatus ()& C2_BootROM_BOOTSTS_SYSTEM_READY;
} while (((bootStatus!= C2_BootROM_BOOTSTS_SYSTEM_READY));
Michael 说问题是 cmd 文件中的错误、但我不理解如何解决。
你可以提出一些建议吗?
谢谢