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.

6678上跑一个时钟和IPC的程序问题



我在6678上跑一个时钟和IPC程序,设置的是在两个核 上跑,通过核0发中断给核1来触发其运行,然后核1在给核0发一个中断最为回复。

但是两个核同时启动时,核1不能捕捉到中断。如果先运行核1,然后在运行核0的话,核1和核0都能捕捉到中断。请问这和什么有关呢?