Platform:EVM 6472
version: 3.20.04.68
IPC: 1.21.02.23
BIOS: 6.30.03.46
XDAIS: 6.25.01.08
Are there examples about large amounts of data transfer? MessageQ example explains how to transfer a message from
one core to another, but it doesn't tells us how to edit the content of message. For example, core0 get an image from camera , put it into array[10000] and notify core1. Core1 deal with array[10000] furthur. Now I use # pragma DATA_SECTION(array,'.mydata') and .mydata points to DDR2. I don't know whether it is right. How to deal with the large amounts of data ? Who has a good idea?