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.

SW-EK-TM4C1294XL: ek-tm4c1294xl

Part Number: SW-EK-TM4C1294XL

Hello sir/madam

I have purchased Tiva C series TM4C1294 launchpad (Evaluation Kit EK-TM4C1294XL)

I have downloaded CCS6 , spma072.zip and TivaWare_C_Series-2.1.3.156 form ti web.

I am not able to set static address .

As I changed in the software in lwIPTaskInit() function

if((g_sParameters.ui8Flags & CONFIG__FLAG_STATICIP) == CONFIG_FLAG_STATICIP)

lwIPInit(g_ui32SysClock,pui8MAC,g_sParameters.ui32StaticIP,g_sParameters.ui32SubnetMask,g_sParameters.ui32GatewayIP,IPADDR_USE_STATIC);

else

lwIPInit(g_ui32SysClock,pui8MAC,0,0,0,IPADDR_USE_DHCP);

Still Debug message struck at Acquiring IP Address.

So please give me some suggestion how to set static ip  .

Thank you in advance

sathish kumar n