cancel
Showing results for 
Search instead for 
Did you mean: 

STM32H753 PING STOPPED

Ocebe.1
Associate III

Hello, I am working on Ethernet with the STM32H753 board. After configuring the necessary Ethernet settings, I can ping the assigned IP address of the board. However, after a few minutes, I can no longer ping it. What could be the reason for this issue?

I am using STM32CubeIDE version 1.17.0 and library version 1.12.0.

Thank you for your help!

3 REPLIES 3
mbarg.1
Senior III

You must share the project or we can just bet on some possible cause - like: you are not releasing packets and you run out of resources - but could be onything else

Andrew Neil
Super User

So what debugging have you done to find what's happening?

Put some diagnostics into your code so that you can see what's going on.

As @mbarg.1 said, you've given nothing to go on - but anything which stops working "after a while" smells of resources being used but not released when done ...

 

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

Hello @Ocebe.1,

This post might help you: Solved: unable to ping ethernet connection with stm32h7 - STMicroelectronics Community

You can find a ping example there that can assist you in correctly pinging your board.

 

With Regards,

If your question is answered, please close this topic by clicking "Accept as Solution".