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.

Ethernet in TMS570LC4357 Launchpad

Other Parts Discussed in Thread: TMS570LC4357

I am trying to implement Ethernet interface in TMS570LC4357 launch pad,I have downloaded example code v00.30.00 from the link processors.wiki.ti.com/.../HALCoGen_Ethernet_Driver_and_lwIP_Integration_Demonstration and implemented as per the instruction   

after compilation and build i am getting the output as

HERCULES MICROCONTROLLERS
Texas Instruments
Little Endian device
Initializing ethernet (DHCP)
DEBUG - Getting PHY ID....SUCCESS
DEBUG - Getting PHY Alive Status...SUCCESS
DEBUG - Getting PHY Link Status...SUCCESS
DEBUG - Setting up Link...SUCCESS
..DONE
Starting Web Server..DONE

HERCULES MICROCONTROLLERS
Texas Instruments
Little Endian device
Device IP Address: 192.168.0.12
Webserver accessible @ http:\\192.168.0.12

but i am not able to ping the device.so please help me to sort it out. .