I have a situation where the DHCP server is not available until after my ARM device starts up. My understanding is the stack will fall back to a static configuration.
How can I make DHCP attempt discovery again without totally resetting my program? Calling init_TcpNet() again doesn't seem to do it.
Thanks Dave