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.

RTOS/F28M35H22C: how to change the static ip adress when the rtos is runing ?

Part Number: F28M35H22C

Tool/software: TI-RTOS

hi there 

i can config the static ip address in the  .cfg file   by using static ip adress.

when the system is running ,  i  want to change the rtos ip adress  though a  send a  commond from pc client   ,  if it can't worked immeditily,   reboot the system  and then the ip is change to the new one  shoule be ok too.

i try to use CfgGetEntry, but there 's many problem , like include  those head file will some redefine

#include <sys/socket.h>

i move the #include <ti/ndk/inc/netmain.h> to anther file , the ide  notice " unresolved symbol CfgGetEntry "

the demo  is TI-RTOS for C2000 < Ethernet Examples> <TCP Echo>