Part Number: AM5728
Tool/software: Linux
I am using IPC message queue example 2 on AM57 (PSDK 3.2)
when I rebind the DSP, IPC HOST App gets transport errors:
TransportRpmsg_put: send failed: 108 (Cannot send after transport endpoint shutdown)
If I restart the Host App, it works fine,
How can I refresh the IPC Transport to get the DSP MessageQ after DSP is reloaded without restarting Host App?
Thanks