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.

ti.sdo.ipc.Ipc: line 103: assertion failure: A_invArgument: Invalid argument supplied xdc.runtime.Error.raise: terminating execution

将MCSDK里的基于IPC的多核图像边缘检测代码改为了只用核1和核0通信,编译通过,运行的时候提示

ti.sdo.ipc.Ipc: line 103: assertion failure: A_invArgument: Invalid argument supplied
xdc.runtime.Error.raise: terminating execution   而且在debug窗口里是这样的:

这其中用messaeg通信,用到了IPC模块,这是什么原因呢