平台AM5728,系统由yocto编译出来的,基于SDK 5.2.0
运行rtos5.2的examples/DRA7XX_linux_elf/ex02_messageq例子测试IPC通信机制,
发现app_host调用 MessageQ_Open(msggName,..)返回 -5,继续查看dsp端的server.c代码 ,发现MessageQ_create(msggName,&msgqParams),其中msgqParams.queueIndex = 65535 。
请问这出了什么问题?
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.
平台AM5728,系统由yocto编译出来的,基于SDK 5.2.0
运行rtos5.2的examples/DRA7XX_linux_elf/ex02_messageq例子测试IPC通信机制,
发现app_host调用 MessageQ_Open(msggName,..)返回 -5,继续查看dsp端的server.c代码 ,发现MessageQ_create(msggName,&msgqParams),其中msgqParams.queueIndex = 65535 。
请问这出了什么问题?