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.

Keystone 芯片间的IPC?

大家好,

根据参考例程和手册,我调试了单芯片上不同CORE之间的IPC Notify。

我实现的就是最简单的:Core1注册一个函数,映射一个IPC notify。然后Core0给Core1发送一个notify,Core1就会去执行相应的函数。

我想问的是:

能否实现Chip A上的Core0给Chip B上的Core0或者Core1什么的,发送一个IPC Notify,从而触发Chip B上的Core0或Core1去执行函数呢?

如果能实现,那么芯片间的IPC Notify是通过DSP的什么接口传递的?

谢谢!