STM32F4-Discovery LWIP - Stops receiving data after X packets
Hi,I have configured STM32 as a server using tcp_echoserver example. I'm receiving data through tcp_echoserver_revc() function.I'm receiving packets in this way: #INIT*When STM32 receive X packets (Around 14), it stops receiving data and TCP connecti...