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.

TI-RTOS Changing IP properties in NDK during run-time

Hi  all

MCU: TM4C1294NCPDT

TI-RTOS: v2.01.00.36

NDK: v2.23.01.01

CCS: v6.0.1.0040

SYS/BIOS    6.4..02.27  GA  Release  Note

Hello,

    In  the  udpEcho_TivaTM4C1294NCPDT  example (TI-RTOS  for TivaC), the IP address of the board is set in the .cfg configuration file as indicated in the below lines:

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