HI,
I had gone through Sample application in DSPLink 1.65. I am using OMAPL138.
I need to create multiple MSGQ in DSP(for eg 4) and 2 MSGQ in ARM, and need to communicate between these MSGQ.
Is there any example?
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.
HI,
I had gone through Sample application in DSPLink 1.65. I am using OMAPL138.
I need to create multiple MSGQ in DSP(for eg 4) and 2 MSGQ in ARM, and need to communicate between these MSGQ.
Is there any example?
There are some message queue examples in the following folders:
dsplink/dsp/src/samples/
dsplink/gpp/src/samples/
When creating multiple message queues, be sure to use a unique name in each call to MSGQ_open() and match each call with a call to MSGQ_locate() on the remote processor.
You can find the API Reference Guide at
dsplink/doc/index.html
Scroll down to the bottom, click on API Reference Guide
Open the File List
Click on msgq.h
~ Ramsey