cancel
Showing results for 
Search instead for 
Did you mean: 

STM32H753 Ethernet Connection on NUCLEO-H753ZI is not Working

Ematic
Associate

We are using your development board for the Testing our Control Logics and Communication from our Server. We are facing issue in the Ethernet Configuration and need support and details Steps.

11 REPLIES 11
Andrew Neil
Super User

Welcome to the forum.

Please give more details to allow people to assist - see: How to write your question to maximize your chances to find a solution.

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.
STackPointer64
ST Employee

 

Hello @Ematic, and welcome to the ST Community,

You can follow the guide below, and feel free to reach out to us if you encounter any additional problems. We will be happy to assist you.

Best regards,

mƎALLEm
ST Employee

+

How to create a project for STM32H7 with Ethernet and LwIP stack working

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.
Andrew Neil
Super User

+ other Knowledge Base articles:

https://community.st.com/t5/forums/searchpage/tab/message?filter=location&q=STM32H753%20Ethernet&location=category:knowledge-base&collapse_discussion=true

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.
Ematic
Associate

Hi @Andrew Neil , @STackPointer64 ,@mƎALLEm

We have checked on your all procedure to enable the Ethernet in the STM32H753ZIT6 NUCLEO-H753ZI (Development Board) with your reference, but the model and type is different(as per your reference). 

 

Carefully we have checked all the settings, But still its not working, we have attached our working files and serial Output. Seeking your support in this matter.

STM32H753- Dev Board-1.jpg

 

  

 

Ematic_0-1749724618885.png

 

Ematic
Associate

Hi @STackPointer64 ,@mƎALLEm

We have checked on your all procedure to enable the Ethernet in the STM32H753ZIT6 NUCLEO-H753ZI (Development Board) with your reference, but the model and type is different(as per your reference). 

 

Carefully we have checked all the settings, But still its not working, we have attached our working files and serial Output. Seeking your support in this matter.


@Ematic wrote:

We have checked on your all procedure to enable the Ethernet in the STM32H753ZIT6 NUCLEO-H753ZI (Development Board) with your reference, but the model and type is different(as per your reference). 


If you mean by that you are using NUCLEO-H753ZI while that board is not available in the github.

You can use NUCLEO-H743ZI

mALLEm_0-1749726175511.png

 

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.

Hi @mƎALLEm

We have verified your example project (STM32H743_Nucleo_ETH) for connecting Ethernet to the NUCLEO-H753ZI development board.

But still its not working, we have attached our working files . Seeking your support in this matter.

STackPointer64
ST Employee

Hello @Ematic,

It appears you changed the preemption priority but forgot to enable the ethernet interrupt itself.

STackPointer64_0-1749735732356.png

Best regards,