I want to setup the communication between my evm6670 and PC.
I used the NDK example in mcsdk.I read spru523h and followed the steps.
First,I cannot build the project because i cannot find "ti.ndk.config.Global".So I load the program directly and run it.
It gose with:
[C66xx_0] QMSS successfully initialized
[C66xx_0] CPPI successfully initialized
[C66xx_0] PA successfully initialized
[C66xx_0]
[C66xx_0] TCP/IP Stack 'Hello World!' Application
[C66xx_0]
[C66xx_0]
[C66xx_0] TCP/IP Stack 'Hello World!' Application
[C66xx_0]
[C66xx_0] PASS successfully initialized
[C66xx_0] Ethernet subsystem successfully initialized
[C66xx_0] Ethernet eventId : 48 and vectId (Interrupt) : 7
[C66xx_0] Registration of the EMAC Successful, waiting for link up ..
[C66xx_0] Service Status: DHCPC : Enabled : : 000
[C66xx_0] Service Status: DHCPC : Enabled : Running : 000
[C66xx_0] Service Status: DHCPC : Enabled : Fault : 002
According to the doc,it should display the IP address.I have closed the DHCP.
Then I executed helloworld.exe.It said
helloword:recv failed (10054)
Where are my problems?
Thank you.