Problem related to the STM32H7 IP Stack (STM32H743ZITx) : break of UDP communication
We notice, after a certain time, a totaly break of UDP/IP communication (LwIP layer) of our STM32H7 project (FreeRTOS layer is also used).
This stop occurs without any particular external condition and generally after a fairly long time (after a few hours).
No more frames are then transmitted (by UDP client in particular) nor received in the Callback function (UDP server).
This break of communication is never followed by a resumption of communication, but a program reset systematically allows good communication to be restored.
What could this possibly be due to?
Could we have configured an element incorrectly?
is there a bug in the Ethernet or LwIP layers?
