This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

recv failed 10054 on amc6670

I am using amc2c6670 to test NDK helloworld example.DHCP mode has been closed and the target DSP has a specified IP address"192.168.1.32"

I use CCSv5.3 to load the program and after loading it shows:

[C66xx_0] QMSS successfully initialized
CPPI successfully initialized
PA successfully initialized

TCP/IP Stack 'Hello World!' Application


TCP/IP Stack 'Hello World!' Application

PASS successfully initialized
Ethernet subsystem successfully initialized
Ethernet eventId : 48 and vectId (Interrupt) : 7
Registration of the EMAC Successful, waiting for link up ..
Network Added: If-1:192.168.1.32

Then i used arp -s to bind DSP's mac address to its IP address.

arp -s 192.168.1.32 xx-xx-xx-xx-xx-xx 

After I tried helloworld.exe 192.168.1.32.It shows "recv failed 10054"and DSP can't receive any message.

Any suggestions?Thank you..