2024-12-19 04:49 PM
I am trying to prototype ethernet on the NUCLEO-H7S3L8 eval board. When enabling ethernet through CubeMx using the same configuration I've used on the NUCLEO-H563ZI, the ethernet driver fails initialization.
Is there an alternative Ethernet driver that is recommended or a better eval board I should use?
2024-12-19 06:04 PM
This board has LwIP examples. Please start from one of the examples and make it work on your board before creating a new project from scratch (.ioc)
2024-12-23 12:50 AM
Hello @potatobandit
This tutorial may be helpful: How to create a project for STM32H7 with Ethernet ... - STMicroelectronics Community, which provides Ethernet example for STM32H7. The same steps should be applicable to the STM32H7S3L8.
Additionally, various LwIP examples can be found here: STM32CubeH7RS - NUCLEO-H7S3L8 Applications, which might be helpful as a starting point.
With Regards,