Dear TI experts,
I am going through the AM243x MCU+ SDK 09.01.00, in Example and Demos ->Ethernet And Networking->Enet Lwip Socket Example , I cannot complete "Enet Lwip Socket Example".
I am using the AM243x MCU+ SDK 09.01.00 and ncat tool in Windows environment.
1. Sample output for CPSW example.
2. Static IP mode.
3. Execute "ncat -l -k -p 8888" command.
4. The results of running "Enet Lwip Socket Example" in my computer.
5. In the app_socket.c -> AppSocket_simpleClient(void* pArg) , I found that FD_ISSET(sock, &readset) has a value of 0, which prevents access to lwip_read(). I tried to solve this problem, but I didn't find the right solution. I don't know if there is some other reason why the data is not being read from host correctly.
6. How can I solve this problem?
Regards,
Weijian Tang