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. .