Tool/software:
I am currently exploring the IPC functionality on the J721E. My goal is to enable communication between a process running on Linux and an RTOS application running on the R5 core.
I have tried the examples provided in the SDKs (both the Linux SDK and the RTOS SDK), but I often run into various issues that are difficult to resolve.
Therefore, I would like to ask if anyone could provide me with a simple working example. For instance, a minimal program running on Linux and another running on the R5F, including the necessary IPC configuration steps, instructions for running the programs using SPL or SBL, and the corresponding build setup such as a Makefile.