Hi All,
We are working on SCMCSDK 2.0.0.9 on ti 6614 EVM. We are using syslib queuering channel for communication between DSP/ARM. The syslib
using UDMA channel underlying for the same side. We see on ARM that sometimes when DSP sends two messages to ARM
for e.g.
DSP send A
DSP send B
At ARM
ARM receives A
ARM Received corrupt message instead of B - Message which was sent by the DSP long ago to ARM. This is the meesage which was in UDMA buffer when it was used previously.
This happens randomly. This always happen at the ARM side. We ensure from the DSP side that message and Pktbuffer correctly sent on queuering channel.
Could you please suggest how to move forward on this?
Regards,
Parshant