I have a client program, running on core0, that has a defined static IP address that allows socket connection with a host PC.
It runs through some Stacktest-like code from the NIMU-emacClientSockets example and outputs a trace:
"Network Added: If-1:10.10.251.50". The socket works well.
I want to send a new program via socket to reboot onto core0 that can also provide a client - socket connection,
but I am unclear what has to be done to kill off (Shutdown?)the old connection and allow the new task to run the stacktest configuration code.
Can I do a SOFTRESET, of some kind, to reinitialise the ethernet so that the new task can start from scratch to connect to the PC?
I can reboot to the new task but I can't get it to produce the
"Network Added: If-1:10.10.251.50". trace.