cancel
Showing results for 
Search instead for 
Did you mean: 

Ethernet Ping not working in NUCLEOH753ZI

GayathriU
Visitor

I am using Nucleo STM32H753ZI board. The STMCube IDE version is 1.19.0 and FreeRTOS version is 1.3.1 and CMSIS RTOS1 version is 1.02

I have enabled Icache, DCache and MPU. Integrated the stacks of LWIP,Ethernet and FreeRTOS too.Basic ping functionality is not working.Could you please look into this.

1 ACCEPTED SOLUTION

Accepted Solutions
MOBEJ
ST Employee

Hello @GayathriU ,

Please refer to this official project for the NUCLEO-H743ZI board, which is similar to your NUCLEO-H753ZI :

:link: LWIP_HTTP_Server_Netconn_RTOS Example

Please follow the README file carefully to build and run it successfully. This example properly configures CPU-Cache, MPU, and integrates LWIP with FreeRTOS.

Compare your setup with this example to resolve your ping issue.

 

Br

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.

View solution in original post

1 REPLY 1
MOBEJ
ST Employee

Hello @GayathriU ,

Please refer to this official project for the NUCLEO-H743ZI board, which is similar to your NUCLEO-H753ZI :

:link: LWIP_HTTP_Server_Netconn_RTOS Example

Please follow the README file carefully to build and run it successfully. This example properly configures CPU-Cache, MPU, and integrates LWIP with FreeRTOS.

Compare your setup with this example to resolve your ping issue.

 

Br

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.