C6678可以有两种运行模式:
1、8核共同运行一个程序。
2、8核各自运行自己的程序。
我想把程序放在C6678 评估板的Flash中,我应该怎么做呢??
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.
C6678可以有两种运行模式:
1、8核共同运行一个程序。
2、8核各自运行自己的程序。
我想把程序放在C6678 评估板的Flash中,我应该怎么做呢??
您好,
请不要写到雷达之类的敏感词,谢谢配合!
创建镜像文件,可以参考MCSDK下的tools,下面有bootloader的例子,可以从单核boot开始,然后再进行多核boot测试,多核boot可以参考一下下面的EMAC例子,其中提到如何将多个out文件合成一个镜像文件。