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多核程序编写问题



对于C6678,下载cppiExampleProject中的程序至开发板,运行程序,可以看到该程序中4个核运行的是相同的程序,core0运行完之后,通过改变isSysInitialized的值,来使启动其他core运行。向问一下,多个核能不能运行不同的程序,多个核之间还需要传递一些参数?能否使用中断的方式,当一个核运行完之后,启动其他核的运行?