how to use syslink MessageQ to communicate between processors .i want to know about the sequence that functions excute.thank you very much!
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.
how to use syslink MessageQ to communicate between processors .i want to know about the sequence that functions excute.thank you very much!
Hello,
You could check here:
ti-ezsdk_dm816x-evm_5_05_01_04/component-sources/ipc_1_24_03_32/docs
IPC_Users_Guide.pdf
ti-ezsdk_dm816x-evm_5_05_01_04/docs
DM816x_EZ_Software_Developers_Guide.pdf
http://processors.wiki.ti.com/index.php/SysLink_UserGuide#MessageQ
Best Regards,
Margarita
Hi Billy,
In addition to what Margarita pointed out, there is also the SysLink API guide in <SYSLINK_INSTALL_DIR>/docs/html/_message_q_8h.html which describes the MessageQ API. I'd also recommend you take a look at the ex02_messageq example in the SysLink product as it demonstrates how to send messages between the host processor and slave processor(s).
Best regards,
Vincent