OpenAMP issue on STM32H745
- April 16, 2025
- 4 replies
- 2340 views
Software: CUBEIDE:1.18.0
Firmware: STM32Cube_FW_H7_V1.12.1
Board: NUCLEO-H745ZI-Q
The problem is as follows: when using this chip for dual core communication, reproducing according to the example given by ST, communication cannot be carried out no matter what.
Through debugging, it was found that the problem lies in the OPENAMP_create_endpoint() function in the M4 core. The return value is -2005, but as a beginner, I am unable to pinpoint where the problem lies. I will attach my project at the end of the article.
My original goal was for the M7 core to send data to the M4 core, which would then print the data while the M7 core's LED would flash.
I have reviewed the corresponding routines in ST's AN5617 and firmware, and watched the corresponding videos, but still cannot solve the problem. I request your help

