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.

RTOS/TMS320DM8127: How to transfer data between dsp and m3?

Part Number: TMS320DM8127

Tool/software: TI-RTOS

Hi all , On dm8127,  i want to transfer some data(coordinate param) from dsp link to m3 vpss link, dsp link belongs to rszA, m3 link belongs to rszB,  in dsp link, i use System_linkControl api to send data (coordinate param) to m3 link every frame, few minutes later, m3 crash. In this way, the m3 link receive two cmd msg every frame . 1、 Is the frequent transmission causing the crash? 2、Is there any other way to send data from dsp link to m3 link?