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.

MSP432E401Y: Changing Static IP address in runtime

Part Number: MSP432E401Y
Other Parts Discussed in Thread: SYSCONFIG

Hi,

I used tcpEcho example as basis and changed NDK Interface to have static IP using sysconfig. Now I am trying to write a code that will change this static IP address upon a request. I looked into older forum entries and the suggestion was  to edit the parameters of ti_ndk_config_ip_init() function. However since this function was created sysconfig tool I cannot edit. I also tried to have my own function that can change these parameters. Any ideas how can I solve this problem? 

Thanks in advance.