User Activity

After the device powers on, lwIP works properly. I reboot it once using the code below, and it continues to function correctly. However, if I reboot it a second time with the same code, it stops working. It goes through the PCB initialization, but no...
I am using FreeRTOS and lwIP (callback api) on the STM32F407. I have 1 UDP and 2 TCP ports. After a few hours, the struct pbuf_custom *p = LWIP_MEMPOOL_ALLOC(RX_POOL); operation returns NULL. When I checked the ethernetif.c file, I noticed that the E...