Skip to main content
Graduate II
December 20, 2024
Solved

Alternative ethernet driver for the NUCLEO-H7S3L8

  • December 20, 2024
  • 2 replies
  • 1425 views

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?

    This topic has been closed for replies.
    Best answer by ASEHST

    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,

     

    2 replies

    Super User
    December 20, 2024

    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)

     

    ASEHSTAnswer
    ST Employee
    December 23, 2024

    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,