Part Number: AM5728
Tool/software: TI-RTOS
We have AM5728 based EVM (version 3).
We are able to run ex02_messageq example on EVM and could see prints on target.
App_exec: message received, sending message 13
App_exec: message received, sending message 14
App_exec: message received, sending message 15
App_exec: message received
App_exec: message received
App_exec: message received
We want to send pcm files from DSP to Cortex A-15 .
For this we want to use AM57x ARM-DSP IPC communication example.
Please Help where we need to do modification in code that a file can be sent instead of message.