Tool/software:
Hi,
I am working on the IPC between uC and uP on J721S2; I could exchange small data between mcu2_0 and mpu1_0, but I would like to use a DDR region as a Shared Memory between these cores to be able to exchange large amounts of data and pass the pointer to the data region or something to exchange say 100MB data.
I believe I could use the reserved memory regions of the particular core from the dts as the shared memory, right?
If yes, how does this work with the VRING Buffers, as I assume these are also part of this reserved memory region.
Could you kindly provide some information related to the Shared Memory setup?
Setup:
- Linux SDK 9.2
- RTOS/PDK SDK 9.2
- rpmsg_char (Linux) <-> ipc echo (Baremetal - pdk - MAIN R5F)
Thank you,
Moses