2026-04-23 5:40 AM - last edited on 2026-04-23 6:04 AM by mƎALLEm
Hello ST Community,
I M USING STM32H745I-DISCO (MB1381-H745XI-B02), WHICH COME DEFAULT MII MODE, TO CONFIGURE IT ON RMII, WHAT CHANGES I HAVE TO DO IN HARDWARE, IOC. AS THIS BOARD HAVE ETHERNET IC LAN8742A-CZ-TR WHICH HAVE BOTH MII,RMII PROTOCOLS.
AS I HAVE SEEN SOME VIDEOS ON ETHERNET FOR DIFFERENT STM32 CONTROLLER IN RMII, I M NOT ABLE TO GET RESULT.
I WANTED TO KNOW DO THIS BOARD CONFIGURE IN RMII, IF YES THEN TELL ME HOW I CAN DO.
HERE IS CONFIGURATION I HAVE DONE IN MY PROJECT.
| PG11 | ETH_TX_EN | ARM Cortex-M7 | n/a | Alternate Function Push Pull | No pull-up and no pull-down | Very High | n/a | true | |
| PG14 | ETH_TXD1 | ARM Cortex-M7 | n/a | Alternate Function Push Pull | No pull-up and no pull-down | Very High | n/a | true | |
| PG13 | ETH_TXD0 | ARM Cortex-M7 | n/a | Alternate Function Push Pull | No pull-up and no pull-down | Very High | n/a | true | |
| PC5 | ETH_RXD1 | ARM Cortex-M7 | n/a | Alternate Function Push Pull | No pull-up and no pull-down | Very High | n/a | true | |
| PC4 | ETH_RXD0 | ARM Cortex-M7 | n/a | Alternate Function Push Pull | No pull-up and no pull-down | Very High | n/a | true | |
| PA1 | ETH_REF_CLK | ARM Cortex-M7 | n/a | Alternate Function Push Pull | No pull-up and no pull-down | Very High | n/a | true | |
| PA2 | ETH_MDIO | ARM Cortex-M7 | n/a | Alternate Function Push Pull | No pull-up and no pull-down | Very High | n/a | true | |
| PC1 | ETH_MDC | ARM Cortex-M7 | n/a | Alternate Function Push Pull | No pull-up and no pull-down | Very High | n/a | true | |
| PA7 | ETH_CRS_DV | ARM Cortex-M7 | n/a | Alternate Function Push Pull | No pull-up and no pull-down | Very High | n/a | true |
Solved! Go to Solution.
2026-04-24 12:05 AM - edited 2026-04-24 12:09 AM
@vaun wrote:
i m asking do this eval board can be configure in RMII or not , if not then what are the configuration to configure ethernet in RMII for custom PCB have stm32h745bit6 controller.
No you can't configure the ETH on that board in RMII. You should configure it in MII as the board is hardwired in MII mode.
2026-04-23 6:07 AM - edited 2026-04-23 6:09 AM
2026-04-23 10:25 PM
thanks @mƎALLEm for your response, i have seen the schematic its was in MII mode, i m asking do this eval board can be configure in RMII or not , if not then what are the configuration to configure ethernet in RMII for custom PCB have stm32h745bit6 controller.
2026-04-24 12:05 AM - edited 2026-04-24 12:09 AM
@vaun wrote:
i m asking do this eval board can be configure in RMII or not , if not then what are the configuration to configure ethernet in RMII for custom PCB have stm32h745bit6 controller.
No you can't configure the ETH on that board in RMII. You should configure it in MII as the board is hardwired in MII mode.