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.

TM4C1294 Connected LaunchPad TI-RTOS tcpechoipv4 static ip address

I've been trying to modify the example for the ti-rtos tcp echo server so that it doesn't use DHCP to assign an ip address but rather have a hardcoded ip address. I have changed to config file according to and set my static ip address. I'm struggling to be able to connect to the ip address statically assigned in the config file. I'm using a python client script to connect to it. Is there some other setting or config I might be missing?

Thanks