Skip to main content
Visitor II
February 26, 2025
Question

STM32H753 PING STOPPED

  • February 26, 2025
  • 3 replies
  • 464 views

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!

    This topic has been closed for replies.

    3 replies

    Graduate
    February 26, 2025

    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

    Super User
    February 26, 2025

    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

    ST Employee
    February 27, 2025

    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,