Hello
I have XTCIEVMK2x EVM board, I try to execute example. but I can't handle Network example.
The example title is helloWorld_evmk2h and client_evmk2h.
(ti\mcsdk_bios_3_00_03_15\examples\ndk\)
I connect CN 16 on evm board to DHCP server with UPT cable, and I compile and debug these example through CCS v5.5.
And I execute IP scanner program to find assigned IP address from DHCP server, but I can't find any IP address for my evm board.
Do I lose something??
This is debug message on CCS v5
---------------------------------------------------------------------
[C66xx_0] QMSS successfully initialized
CPPI successfully initialized
PA successfully initialized
TCP/IP Stack Example Client
Configuring DHCP client
PASS successfully initialized
Ethernet subsystem successfully initialized
Ethernet eventId : 48 and vectId (Interrupt) : 7
Registration of the EMAC Successful, waiting for link up ..
Service Status: DHCPC : Enabled : : 000
Service Status: Telnet : Enabled : : 000
Service Status: HTTP : Enabled : : 000
Service Status: DHCPC : Enabled : Running : 000
---------------------------------------------------------------------
Regards