Tool/software: TI-RTOS
Hi,
Our customer's application based on Tiva C is using TIRTOS and uses NDK module for TCP client application.
Client(Gateway) and slave(TIVA C).
TI-RTOS veriosn - 2.16.01.14
After start-up,the TCP connection gets established after request from the client.
And later MODBUS request from the client is received through NDK's recv() function
and then after the processing this request, TCP connection is closed with a FIN ACK
packet from the Client.
TCP connection request->Modbus Request->Modbus answer->FIN ACK request
When this process is repeated several times(around 10 times),the NDK gets struck and
the control doesn't comeout from recv().
Please let me know if there is any idea to troubleshoot this issue.
Just in case I am attaching the Wireshark LOG detail RST ACK.zip.
Best Regards
Paddu