2026-04-13 6:30 AM - last edited on 2026-04-13 9:32 AM by STackPointer64
Hi Everyone,
I am working on a NUCLEO-H753ZI board and want to set up Ethernet RMII communication using LwIP in STM32CubeIDE.
I am looking for step-by-step guidance from the IOC file configuration to the generated code, including:
Pinout configuration for RMII.
LwIP middleware settings.
MPU region configuration for Ethernet and LwIP memory
Generating code and linker settings
Any tips to ensure that ping from PC works reliably
Could provide a complete, detailed guide. how to configure CubeIDE and LwIP for NUCLEO-H753ZI.
Thanks in advance.
2026-04-13 9:29 AM - edited 2026-04-14 2:08 AM
Hello @Raja_Reddy, and Welcome to ST Community!
Attached is an example project. You can inspect the configuration and build on it. Let me know if you need further assistance.
Best regards,
2026-04-14 1:40 AM
Hello @Raja_Reddy ,
You may find the following resources helpful:
You can also check the STM32H7 Ethernet examples available here:
Br