cancel
Showing results for 
Search instead for 
Did you mean: 

stm32h7 ethernet configration

rockey1
Associate

how i am config ethernet in the stm32h753xi6 board ?

22 REPLIES 22

That's essential information to get the task done!

A complex system that works is invariably found to have evolved from a simple system that worked.
A complex system designed from scratch never works and cannot be patched up to make it work.

if you want to help me please help otherwise your choice go and sit your table.

STackPointer64
ST Employee

@rockey1 

Attached below is a working Ethernet project using LwIP and FreeRTOS v1 on the STM32H753ZITx. You can use the Compare Projects tool in STM32CubeMX to compare this working project with your configuration, identify differences, and update your settings accordingly. Similarly, you can compare the rest of the project files to spot any discrepancies.

Although this example is a UDP echo server, you can certainly modify it to fit your specific needs. For a detailed walkthrough of the steps, please refer to the article linked below.

To improve visibility of answered topics, please click Accept as Solution on the reply that resolved your issue or answered your question.