Tool/software:
Hi:
I have run the tool rpmsg_char_simple on linux side. And It could worked on my build environment.
And Use the FreeRTOS firmware ipc_echo_test on R5F CPU. The IPC could be workable.
Above test example is the server on the R5F side. Linux OS was client side. I would like to know how can I create a IPC server on linux side and R5F as client side. Because we want R5F got some data from CAN bus and then transfer data from R5F side to A72 linux side. So we want the IPC server on A72 linux side.
Could you please provide an example demo code? Thanks you!