Hi,
I want to establish a link using MessageQ like ARM->DSP0->DSP1->DSP2->DSP3->DSP4->DSP5->DSP6->DSP7->ARM
But couldn't see any example like that. only example that is a little related to it is image processing demo. that has communication flow like that.
ARM<->DSP0
ARM<->DSP1
ARM<->DSP2
ARM<->DSP3
ARM<->DSP4
ARM<->DSP5
ARM<->DSP6
ARM<->DSP7
So I decided to do something like that
ARM->DSP0->ARM->DSP1->ARM->DSP2->ARM->DSP3->ARM->DSP4->ARM->DSP5->ARM->DSP6->ARM->DSP7->ARM.
But when Itry to that I got 2 problems.
1- Most of the time Not a single message is received at any DSP.
2- If messages are received, after a certain number of messages next message are not received.
Attaching code and cfg files. I have gone through 3-4 IPC examples but nothing like that is implemented .
Regards