跑CCS5自带例子notify_multicore运行到core0给core1通知,就死循环,core1在HWi4中断中死循环,不响应事件。
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.
跑CCS5自带例子notify_multicore运行到core0给core1通知,就死循环,core1在HWi4中断中死循环,不响应事件。
已经解决,配置ccxml文件时忘了给其他核配好gel文件,导致以上问题出现。但挺奇怪的是gel文件没配好,其他内核还是可以运行部分程序。。