Ethernet Lose Connection in the Latest HAL version update
I am using the STM32H733 controller along with the NetXDuo networking stack. The issue started after updating the HAL drivers in my project from version v1.11.0 to v1.16.0 (released on February 24, 2026).
After this update, I observed that when the device boots up and no network activity occurs for a certain period (for example, no ping requests are sent to the device or device sending any UDP packet), the Ethernet connection is eventually lost permanently. Once this happens, the device becomes unreachable over Ethernet, and neither a soft reset nor a hard reset restores the connection.
However, if the device receives a ping immediately after booting, or if it sends a UDP packet shortly after startup from the device, the Ethernet connection remains stable. In this case, normal operation continues without any issues until the device is reset again and no network activity is observed for a certain period as well.
This problem only appeared after updating the HAL drivers to version v1.16.0 and does not occur when using version v1.11.0.
Additionally, we are using the LAN89354 PHY layer instead of the LAN8742.
I would appreciate your guidance on how to resolve this issue so I can proceed with my project.
Many thanks.
