not able to ping the STM32H750 device intermittently
Hi,
Our project is using STM32H750 together with µC/OS-III as the OS and µC/TCP-IP as the network stack.
The device is able to be assigned with an IP address by DHCP server.
And the device can respond to ping initially.
But if we ping the device continuously, it will be kind of like disappearing from the network and no longer able to respond to the ping.
From IAR debugger, the Ethernet interrupt is still working. And we can still see the UDP packets are passed to µC/TCP-IP network stack.
But the network stack will no longer receive any ICMP (thus not responding to ping) or TCP packets.
What are things that could possibly go wrong here. Appreciate any suggestion on the areas that we should check.
rgds,
kc Wong
