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.

PA的emacExample 和 IPC的notify_multicore 例程结合问题



我现在已经调通网口通信(收发)的例程6678PDK中的PA EMAC例程,现在想将其应用到多核程序,我的大致思路是,核0从网口采集数据,然后通知核1进行处理,核1处理完之后再通知核0.

这里核间的通信使用的IPC的notify_multicore 例程,但是我将两个程序合并后,发现核0只能实现一次notify_sendEvent,当第二次执行时会返回-16(remote is not initialized 不是很理解这个意思,怎么初始化呢),我看网上一个关于这个方面的帖子说是 对kick寄存器操作,但是不是很清楚如何操作。希望TI的工程师能给出指导!

附件为代码

ipc_notify.rar