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.

syslink heap creation

Is it possible for syslink to work when the DSP creates the messageQ heap?  I have the example programs running, but they all have the ARM host create the heap and register it with messageQ.  

I have tried creating a new application that just starts up IPC and opens a message queue created by the DSP, but message queue open fails with -5 (resource not found).  I am assuming this is because the DSP is creating the heap instead of the arm, but I am not sure.