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.

DM8148 A8中多进程使用System_linkControl通信问题



在A8端独立与sdk自带的进程,新建立一个进程在该进程中调用System_linkControl,会出现下面的报错:

Assertion at Line no: 403 in /root/Downloads/zwm/Source/ipnc_rdk/../ti_tools/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/usr/MultiProc.c: (id < MultiProc_module->cfg.numProcessors) : failed
ASSERT (system_ipc_msgq.c|System_ipcMsgQSendMsg|354)

这是驱动的问题吗?在一个进程中通信没有问题。