Part Number: EK-TM4C1294XL
Tool/software: Code Composer Studio
I have seen this post;

Which I have followed, but I am unable to replicate as SocketTest times out when set the example code to use a static IP. My 1st question is that you state to change
lwIPInit(g_ui32SysClock, pui8MACArray, 0, 0, 0, IPADDR_USE_DHCP);
CHANGE TO
lwIPInit(g_ui32SysClock, pui8MACArray, 0xc0a8017e, 0xffffff00, 0, IPADDR_USE_STATIC);
Then when you show the socket test window the static address is 192.168.254.67, this is not 0xc0a8017e which is instead 192.168.1.126
My 2nd question is that I assume my subnet address will remain the same for static addressing as it was for dhcp (255.255.0.0)?
And 3rdly do I need to change my network connection settings on my PC to talk to a server with a static IP?
Thanks