Is there any OpenAMP, RPMSG, simple C example? I am trying to learn more about IPC from user-space and I am looking for a simple C example that can send messages to ttyRPMSG0 in STM32MP1.
Hey there, I am new to STM32MP1 and this forum has been a great help. During the last week I am trying to understand the OpenAMP between the M4 and A7. The ttyRPMSG makes things quite straight forward for the M4 part. When going to the linux part, us...