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.

TM4C1294NCPDT: unable to connect web server

Part Number: TM4C1294NCPDT

Tool/software:

Hi,

 I used TM4C1294XL launch pad enet_io.c example to control led by using web server. In expression window g_ui32IPAddress= -1660901184, after converting this decimal to ip address is 96.144.17.132, after entered this ip address unable to connect web server it was showing 

This site can’t be reached

can u guide me how to debug this

  • Hi,

      Did you run the example as is without modification? The example should acquire a DHCP address from a DHCP server on your network. The example will display the acquired IP address on the terminal window. Please find out the address from the terminal window instead of reading of g_ui32IPAddres. 

      Below shows the the IP address I acquire from my DHCP server when I run the same example. Your IP address will be different. Please read our from your terminal window. 

  • tq its working