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.

TMDS570LS31HDK: Error In LWIP initialisation

Part Number: TMDS570LS31HDK
Other Parts Discussed in Thread: HALCOGEN

Hi ,

I followed the demo code for LWIP from TI for TMS570LSHDK, I assigned Static IP , Its working fine . But when I generate a code through halcogen by referring the LWIP demo halcogen and pasted the LWip1.4.1 and example folder from demo folder to code generated folder in  workspace. Its hanging up in this line from LWIP_lib.c 

netif_set_up(&hdkNetIF[instNum]);

,

Below is the printf statement from serial terminal .


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

Since I didnt changed any printf statement , it displaying dhcp but I used static one , which is working fine demo code (version 00.03.00)