UDP client on STM32H755 with FreeRTOS and lwIP (netconn) causes RAM overflow at high data rates
Hi everyone, I'm working on implementing a UDP communication between my STM32H755 (Nucleo-144) and a PC, where the microcontroller acts as a UDP client. I'm using lwIP with the netconn API and FreeRTOS is already running with several tasks (that's th...