Tool/software: TI-RTOS
I want to set IP adress of 2 ports of TDA2xx , My process is as follows
(1)Set enableStaticIpEth0 and enableStaticIpEth1 value = 1 in NDK_config.cfg
(2)Set eth0 IP adress in NDK_config.cfg
(3)Set eth1 IP adress of function named stackInitHookStaticEth1 in ndk_nsp_hooks.c
(4) compiler and update AppImage
the result of (2) is work, and it can be shown on the serial console output, but (3)'s IP show "0.0.0.0", how to resolve this problem? thanks~