Hi,
We are running SYS/BIOS with NDK on our production board using the CPSW interface. Our current software versions:
Processor AM3352
Code Composer Version: 6.0.1.00040
Compiler TI v5.1.6
SYS/BIOS 6.40.3.39
XDCTools 3.30.3.47_core
NDK 2.24.0.11 (with task priority changes)
We are using NDK example code from the ti/am335x_sysbios_ind_sdk_1.1.0.5/sdk/examples/ethernetip_adapter example (this example overides the Global.stackThreadUser = "&NDKACD_stackThread"). The static or dhcp setting is currently located in the eip_main.c, EIPACDInit() routine when the eipDevInitConfig structure is filled in. We currently fill this structure in with our own flash values before the init routine is called but when the user changes the IP address settings to a different address or to DHCP mode, how would we go about getting the NDK stack to take the change?
Thanks,
John C.