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.