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.

TMS320F28388D: 关于16.6 IPC Communication Protocol章节示例的疑问

Part Number: TMS320F28388D
Other Parts Discussed in Thread: C2000WARE

16.6 IPC Communication Protocol章节示例如下

使用 IPCSET[3]是因为IPC0到IPC3可以在remote CPU产生中断

使用 IPCSET[16]我现在的理解是这相当于在 IPCSET[3]产生的中断进程中增加了一个线程,

是不是在触发IPCSET[3]中断的同时,可以设置IPCSET[4]~IPCSET[31]中的任意一个或者几个

这样在remote CPU的3中断中,就可以通过状态寄存器的数值在3中断进程中处理多个case

不知道这个理解对不对