2025-02-26 8:44 AM - last edited on 2025-02-26 9:25 AM by mƎALLEm
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!
2025-02-26 9:15 AM
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
2025-02-26 9:32 AM
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