cancel
Showing results for 
Search instead for 
Did you mean: 

Alternative ethernet driver for the NUCLEO-H7S3L8

potatobandit
Associate III

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?

2 REPLIES 2
Pavel A.
Evangelist III

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)

 

ASEHST
ST Employee

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,

 

If your question is answered, please close this topic by clicking "Accept as Solution".