Hello TI
We have two questions about IPC communication on TDA4 SOC.
1. Is there any IPC example when we need to transfer data larger than 512 bytes?
Our understanding is:
First, we allocate a buffer in memory and put data into a buffer which are a length larger than 512 bytes.
With function RPMessage_send() we send the address of this memory location to another processor.
From another processor, we just read from this memory region.
Is this correct? Do you have a better suggestion?
2. Whether there is a mechanism with IPC to send a multicast message to several other processors?
Or we need to send the same message several times to different processors?
Best Regards,
Marko.