STM32H753 PING STOPPED
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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!
- Labels:
-
Ethernet
-
STM32H7 Series
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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
A complex system designed from scratch never works and cannot be patched up to make it work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-02-27 6:01 AM
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,
