STM32F429ZI freezes with FreeRTOS and LWIP UDP when both send and received are used
Hello,I'm using a NUCLEO144 board. I've enabled FREERTOS and LWIP.I have:one thread in charge of endlessly sending (netconn_sendto) out a message to a distant host and sleeps for a second osDelay(1000) a second thread in charge of receiving data from...