LWIP with STM32 H7 works fine on first 16 exchanges commands, after that commands are queued: why?
I use LWIP on a STM32H7 custom board.I send command from a PC using HerculesBoard receives commands and parses them out.After I sent 16 commands, on the 16th command, pbuf_chain is called. On the first 15 commands tcp_server_handle is called. I use t...