Hi. I'm Han who is totally newbie at TI DSP.
I wanted to run the example project of NDK. So, I downloaded CCS and SDK.
This is the thing what I downloaded.
1. Code composer studio 9.3.0.00012
2. ti-processor-sdk-rtos-c665x-evm-06.03.00.106-Windows-x86-Install.exe
I built SDK, PDK and I could get the example project of NDK(NIMU_emacExample_EVMC6657C66BiosExampleProject).
I followed the steps of SPRAC57, section 4.
(I'm not sure of GEL file. GEL file that I use is "C:/ti/ccs930/ccs/ccs_base/emulation/boards/evmc6657l/gel/evmc6657l.gel".)
Below is the result of running example code. (STATIC IP)
and I ran the helloWorld.exe in the ndk_3_61_01_01\packages\ti\ndk\winapps with EVK IP.
I thought I can see the HelloWorld phrase but I can't.
Below is the result.
and I thought I can ping test to EVK but it not works. The text what I saw is "Destination host unreachable".
Plz tell me what should I do to see the result.
If my info is not enough to understand, just let me know.
** the thing I touched in the helloWorld_c6657.c is just if (0) <-> if (1) for DHCP or STATIC IP.