cancel
Showing results for 
Search instead for 
Did you mean: 

Communication between core M7 and M4 with MDMA

ABlum.2
Associate III

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

1 ACCEPTED SOLUTION

Accepted Solutions
Imen.D
ST Employee

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

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

View solution in original post

2 REPLIES 2
Imen.D
ST Employee

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

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

Thanks Imen!