I'm testing an UDP client/server using a NUCLEO-F429ZI (Ethernet).Code is generated thanks to STM32CubeMx.I'm using FreeRTOS and LWIP.DHCP, ICMP and UDP are enabled. TCP is disabled.IP stuff is done using socket API, one thread for receiving, one thr...