cancel
Showing results for 
Search instead for 
Did you mean: 

I need help using OpenAMP

motaz9898
Associate II

Inquiry about the possibility of opening multiple endpoints to facilitate communication between M7 and M4, so that each specific message triggers a specific response.

2 REPLIES 2
Imen.D
ST Employee

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!

When your question is answered, please close this topic by clicking "Accept as Solution".
Thanks
Imen

My issue is that when I add the OpenAMP initialization instructions to the task, the processor freezes.

motaz9898_1-1729945769950.png

 

if (MX_OPENAMP_Init(RPMSG_MASTER, new_service_cb)!= HAL_OK);