I'm trying to restart the PIC with custom Netconfig.I read the current Netconfig with TCPIP_STACK_NetConfigGet and store it on an SPI Flash. This works fine. On restart I call the TCPIP_STACK_NetConfigSet and TCPIP_STACK_NetUp(hNet, netConfig); after call..
↧