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.

Notify_sendEvent 的问题



大家好:

我现在想进行核间中断操作,用的是c6678。

Notify_sendEvent用这个函数想河间发送中断,现在运行两个核,前期设置(ipc_start,Notify_registerEvent)都OK,两个核都运行起来后,我想让两个核之间可以中断。

现在在core0我用Notify_registerEvent想往core1发送中断,但是core1总是收不到中断。但是往core0发送中断core0可以收到的。

什么原因呢,是不是还需要什么特别的设置?比如中断屏蔽之类的?