请问am5718在使用messageQ进行ipc核间通信的时候,必须要带回复帧吗?
比如我arm发送,dsp接受,发送端先put消息,接收端get之后立马put一个回复帧,发送端再get到回复帧。
现在想的是去掉回复,直接发送端put,接收端get,但是目前遇到一个问题,就是连续put两次或者put之后直接接free,都会报double free的错误,必须put完之后get一个回复帧才能正常通信,大佬们有没有什么解决办法?
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.