2021-02-16 02:15 AM
In my project I have to share some info among the two cores in the STM32H755 controller but I'm not able to find some simple example about the use of IPCC. Yes, there are presentations etc, but STM32Cube_FW_H7_V1.8.0 repository doesn't provide one.
Solved! Go to Solution.
2021-02-16 02:46 AM
Hello @JTeba.1
You can refer to OpenAMP or FreeRTOS examples provides in STM32CubeH7:
STM32Cube_FW_H7_V1.8.0\Projects\STM32H745I-DISCO\Applications\OpenAMP
STM32Cube_FW_H7_V1.8.0\Projects\STM32H745I-DISCO\Applications\FreeRTOS
2021-02-16 02:46 AM
Hello @JTeba.1
You can refer to OpenAMP or FreeRTOS examples provides in STM32CubeH7:
STM32Cube_FW_H7_V1.8.0\Projects\STM32H745I-DISCO\Applications\OpenAMP
STM32Cube_FW_H7_V1.8.0\Projects\STM32H745I-DISCO\Applications\FreeRTOS