Part Number: TMDS64GPEVM
Hello support team,
i'm currently working with the AM64x GPEVM and i was already successful in running some examples like the "gpio led blink" or the "ipc rpmsg echo linux r5fss0-0 freertos" in combination with your linux userspace application "ti-rpmsg-char" to send messages between A53 and the R5Fss0-0.
Now, i want to send data, which is more than 512 bytes large and therefore i need to use the shared memory approach. Could you please provide some example on how to initialize some data in shared memory by the R5F core, like a large buffer (>512 bytes), which can then be shared via a pointer in a rpmsg to A53 in alinux userspace application?
I already searched through the forum and also your documentation but i was not able to find some good or matching example. The "ipc spinlock sharedmem" example goes into this direction but the volatile variable just gets incremented and it is only between the FREERTOS cores, if i'm correct.
Thanks in advance for your help!
BR
Alex