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.
在F28377D中运行例程blinky时,想烧到FALSH中运行,于是在CPU1中,预先定义了_standalone和_FLASH,加载了这段代码,用来启动CPU2:IPCBootCPU2(C1C2_BROM_BOOTMODE_BOOT_FROM_FLASH);
然后built的时候,出现了如下错误:
是不是仅仅在CPU1中加上这一段代码IPCBootCPU2(C1C2_BROM_BOOTMODE_BOOT_FROM_FLASH);是不够的?
请问我还需要如何修改来解决这个问题呢?
麻烦各位帮忙看下,谢谢!
你好,
请问您说这段的时候:
Dong Xu5 说:在F28377D中运行例程blinky时,想烧到FALSH中运行,于是在CPU1中,预先定义了_standalone和_FLASH