Hi Paul,
when I checked tcpecho example at the begging I used TeraTerm, but it didnt work. Then I had to use SocketTest application to see it work.
I edited the IP address in tcpecho example to be 192.168.1.200 and my laptop has 192.168.1.110. Then in socketTest application I started a connection as client to address 192.168.1.200 in Port 7. This is not very obvious but it is defined in line 119.
err = tcp_bind(echo_pcb, IP_ADDR_ANY, 7);
You may find useful the following document which is based in tcpecho example with FreeRTOS and it explains how to make it work with SocketTest.
How to Add lwIP to KDS3.0 Project
If the problem persists please try with a FRDM-K64 board to consider or discard the possibility of hardware issue.
Regards,
Carlos
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------