2024-10-24 07:42 AM - last edited on 2024-10-24 07:44 AM by SofLit
Inquiry about the possibility of opening multiple endpoints to facilitate communication between M7 and M4, so that each specific message triggers a specific response.
2024-10-24 08:38 AM - edited 2024-10-24 08:42 AM
Hello @motaz9898 ,
Please have a look at this article which shows how to implement inter-processor communication between CM7 and CM4 cores: How to implement inter-processor communication in ... - STMicroelectronics Community
There is an OpenAMP_PingPong example which is available in STM32CubeH7 MCU package.
I recommend you have a look to this video Inter-process Communication via OpenAMP.
Hope this helped you!
2024-10-26 05:30 AM
My issue is that when I add the OpenAMP initialization instructions to the task, the processor freezes.
if (MX_OPENAMP_Init(RPMSG_MASTER, new_service_cb)!= HAL_OK);