Skip to main content
Visitor II
September 15, 2020
Question

I would like to send data from my computer to my Nucleo f7567zg board with ethernet.

  • September 15, 2020
  • 1 reply
  • 522 views

I didn't find a good tutorial or a legit example code to initialize the ethernet protocol. My project use UART communication at the moment but I need the ethernet. Is there anybody who could help me?

Thanks a lot!

    This topic has been closed for replies.

    1 reply

    Super User
    September 15, 2020

    There are a bunch of projects here using LwIP (over ethernet):

    https://github.com/STMicroelectronics/STM32CubeF7/tree/master/Projects/STM32756G_EVAL/Applications/LwIP

    Using raw ethernet packets is not a common application.