Hello community,
I am working on the Kinetis K60 with the RTCS and TCP/IP stack to create a TCP server (Telnet and FTP)
The servers runs well and he client connects successfully and sends the data just fine.
As a fault recovery test I try to disconnect the Ethernet cable from the K60 while the server talking to the client and I noticed that after a timeout (a few seconds) the server stops working even after I reconnect the cable.
I need to recycle the power to get the server working. So my question is how can I recover the server without power cycling? Is there any way to reset it by code?
Cheers,
Sina