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