Other Parts Discussed in Thread: OMAP-L138, OMAPL138, DA8XX
I'm trying to use, in my application, MSGQ on an OMAP-L138.
The communication from GPP to DSP is working fine.
But on the other side, from DSP to GPP, MSGQ_get() never return positively (stays in the while loop with the return of MSGQ_get != DSP_OK as condition) even if MSGQ_open succeeded and MSGQ_locate on the DSP side also.
Can you tell me what are the possible reasons ?