Hi @Nhi_Nguyen ,
Microcontroller used: FS32K148UJT0VLUT
RTM Version: v3.0.0
FreeRTOS: v10.0.1
LWIP stack: stable v2.0.2
TCP/IP stack: v3.0.2
We are using LAN8710A as an ethernet transceiver.
The ethernet driver, lwip stack are taken from NXP examples and it is integrated with LAN8710A ethernet transceiver driver code which works in MII mode. The ethernet is working in 100Mbps speed, and in tcp/ip configurator we have enabled TCP_ECHO_NETCONN application.
When we send continuously the data packets from the PC (as a client) to the microcontroller (as a server) after some time the entire Mainloop task is getting stuck in xQueueReceive API and the tcpecho thread is getting stuck in netconn_recv_data API in turn stuck in xQueueReceive API.
So, what might be the problem causing this and how can it be fixed?