MCU: TM4C1294NCPDT
TI-RTOS: v2.01.00.03
NDK: v2.23.01.01
CCS: v6.0.1.0040
Hello,
In the httpServer example (processors.wiki.ti.com/.../TI-RTOS_HTTP_Example), the IP address of the board is set in the .cfg configuration file as indicated in the below lines:
Ip.autoIp = false;
Ip.address = "192.168.1.2";
Ip.mask = "255.255.255.0";
Ip.gatewayIpAddr = "192.168.1.2";
But how can I change these properties during run time? In my application, I have to give control to the user who can set these parameters as he wants.
Thanks
Regards
Soumyajit