Skip to main content
Associate
July 2, 2025
Question

stm32h7 ethernet configration

  • July 2, 2025
  • 6 replies
  • 1247 views

how i am config ethernet in the stm32h753xi6 board ?

6 replies

Andrew Neil
Super User
July 2, 2025

@rockey1 wrote:

 the stm32h753xi6 board ?


Which stm32h753xi6 board ?

stm32h753xi6 is just a chip part number - it doesn't identify a board.

 

Have you searched the Knowledge Base ?

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.
rockey1Author
Associate
July 2, 2025

sorry my mistake i am talking about on stm32h753 chip 

 

mƎALLEm
Technical Moderator
July 2, 2025

That answer doesn't help much ..

@rockey1 wrote:

sorry my mistake i am talking about on stm32h753 chip 


Ethernet is not UART or SPI, it's a set of complex hardware and software staff.

So what hardware are you using? and what Ethernet stack you will be using?

Did you check my previous comment?


"To give better visibility on the answered topics, please click on ""Accept as Solution"" on the reply which solved your issue or answered your question."
mƎALLEm
Technical Moderator
July 2, 2025

Hello @rockey1 and welcome to the ST community,

As said by @Andrew Neil stm32h753xi6 is a chip not a board!

Are you talking about STM32H753_EVAL that contains a STM32H753XIHx? or it's a custom board?

For the Eval board you can inspire from the examples which are provided in the Cube package using LWIP: https://github.com/STMicroelectronics/STM32CubeH7/tree/master/Projects/STM32H743I-EVAL/Applications/LwIP

or by referring to this article: How to create a project for STM32H7 with Ethernet and LwIP stack working

For custom board you need to have the PHY driver.

Hope that helps.

"To give better visibility on the answered topics, please click on ""Accept as Solution"" on the reply which solved your issue or answered your question."
Technical Moderator
July 3, 2025

@rockey1 

Could you please provide your STM32CubeMX configuration file (.ioc) so I can verify your setup? Additionally, if possible, please share your schematics and project files. This will help me pinpoint the root cause of the issue and guide you toward a solution.

To improve visibility of answered topics, please click 'Accept as Solution' on the reply that resolved your issue or answered your question.
rockey1Author
Associate
July 3, 2025

Screenshot 2025-07-03 161748.pngScreenshot 2025-07-03 161829.pngScreenshot 2025-07-03 161920.pngScreenshot 2025-07-03 162000.pngScreenshot 2025-07-03 162027.pngScreenshot 2025-07-03 162125.pngScreenshot 2025-07-03 162241.pngScreenshot 2025-07-03 162305.pngScreenshot 2025-07-03 162330.pngScreenshot 2025-07-03 162422.png

rockey1Author
Associate
July 3, 2025

this config and code i am using to run eternet in my stm32h753xi6 chip i am getting this output when i am ping ipScreenshot 2025-07-03 163025.png

rockey1Author
Associate
July 3, 2025

i need a conection between my pc or stm32h753xi6 chip or ping that stm 32 ip and response that is ping that i want only.

Technical Moderator
July 3, 2025

@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.
Technical Moderator
July 7, 2025

Hello @rockey1,

Do you have any updates regarding your issue? Were you able to resolve it? If so, please remember to mark the response that helped you as a solution by clicking Accept As Solution. This will help other users benefit from the information as well.

Best regards,

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