2021-05-21 12:59 AM
Hello all,
is there any example how to communicate with M7 and M4 in a STM32H745zi? Or any example how it is done communication with ST Cube would be great.
Thanks in advance
Alan
Solved! Go to Solution.
2021-05-26 04:34 AM
Hello @ABlum.2 ,
I advise you to refer to the MDMA example runs on STM32H745xx devices available under STM32CubeH7 MCU package: Repository\STM32Cube_FW_H7_V1.9.0\Projects\STM32H745I-DISCO\Examples\MDMA
So, you can take this example as start point and you may update it according to your needs.
I hope this helps you !
When your question is answered, please close this topic by choosing Select as Best. This will help other users find that answer faster.
Imen
2021-05-26 04:34 AM
Hello @ABlum.2 ,
I advise you to refer to the MDMA example runs on STM32H745xx devices available under STM32CubeH7 MCU package: Repository\STM32Cube_FW_H7_V1.9.0\Projects\STM32H745I-DISCO\Examples\MDMA
So, you can take this example as start point and you may update it according to your needs.
I hope this helps you !
When your question is answered, please close this topic by choosing Select as Best. This will help other users find that answer faster.
Imen
2021-05-27 05:24 AM
Thanks Imen!