Hi experts,
We are trying to use IPC on an EVMK2H board to communicate between ARM and DSPs
and also between DSPs.
I know there are examples seperately for these two cases. One is for ARM and DSP communication; the other is for DSP and DSP communication.
But IPC MessageQ configuration for these two cases are different. For example,
In case 1: ARM and DSP
MessageQ.SetupTransportProxy = VirtioSetup;
============================================
In case 2: DSP and DSP
MessageQ.SetupTransportProxy = TransportShmSetup;
==========================================
If we want to use IPC MessageQ to do communicate both between ARM and DSP, also betweens DSPs. How to configurate MessageQ Transport? Thanks
Tony