2026-02-08 9:17 PM
https://controllerstech.com/stm32-ethernet-hardware-cubemx-lwip-ping/?utm_source=chatgpt.com
I followed steps of above website data based to configure Ethernet on stm32h753zi but still ping is failing i cant able to find the exact error can anyone help to tell the exact configuration of this board
2026-02-09 1:21 AM - edited 2026-02-09 1:21 AM
Didnt found any either, then just copy the pin assignment form this file: Projects/NUCLEO-H743ZI/Applications/LwIP/LwIP_HTTP_Server_Netconn_RTOS/Src/ethernetif.c
https://github.com/STMicroelectronics/STM32CubeH7/blob/master/Projects/NUCLEO-H743ZI/Applications/LwIP/LwIP_HTTP_Server_Netconn_RTOS/Src/ethernetif.c
2026-02-09 1:32 AM
Thanks for your response @Vinay_Shirol ,
One time i followed this also still i dont know somw where i missing something i cant able find what exactly problem If possible could you share the source code or ioc of yours i can debug based on that it can very helpful for me to analyze easily.
2026-03-05 2:09 AM - edited 2026-03-05 2:10 AM
Hi @chaithu_coder ,
Has the issue been resolved? If not, please share your board details and the relevant code if possible. I’m unable to share my code, but I can certainly help you with the debugging process.I am using H743 Eval board.
If you can, please also share your project as a ZIP file. I’ll try to reproduce the issue on my end and verify it.
2026-03-06 3:33 AM
Hello @chaithu_coder,
Attached is a project for the NUCLEO-H753. You can compare configurations(IOCs) and have a working project. Please make sure to add the proper linker file configuration to your project. Let me know if you need further assistance.
Best regards,