Why do the client to server transactions in the Nx_TCP_Echo_Server example stop after 4 to 5 messages sent by the client if the nx_tcp_socket_send(&TCPSocket, data_packet, NX_IP_PERIODIC_RATE); call to echo the data back is not made?
I started seeing the problem when I took the working example from pack 2.0.0 (STM32H723NG) and added the UART side of my project. I had also modified some of the NetX code to suit the server application for the client I intend connecting with. Part...