cancel
Showing results for 
Search instead for 
Did you mean: 

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

TRoza.1
Associate

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!

1 REPLY 1
TDK
Guru

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.

If you feel a post has answered your question, please click "Accept as Solution".