cancel
Showing results for 
Search instead for 
Did you mean: 

RMII configuration for STM32H745BIT6

vaun
Associate

New question split from this post.

OK THANK  YOU @mƎALLEm , CAN U SHARE THE RMII CONFIGURATION FOR STM32H745BIT6?

 

1 REPLY 1
mƎALLEm
ST Employee

Hello,

We don't have CubeMx RMII configuration for that specific part number but you can inspire from what it was implemented in NUCLEO-H743 as it uses RMII mode.

From its schematic

mALLEm_0-1777025669871.png

The LWIP example (unfortunately no ioc file available) where the Ethernet PHY is configured: 

https://github.com/STMicroelectronics/STM32CubeH7/tree/master/Projects/NUCLEO-H743ZI/Applications/LwIP/LwIP_HTTP_Server_Netconn_RTOS

You need to reflect the configuration in your CubeMx configuration.

 

To give better visibility on the answered topics, please click on "Accept as Solution" on the reply which solved your issue or answered your question.