Part Number:MSP432E401Y
We have a function that needs to switch network status (fixed IP / DHCP) on MSP432E4 And I choose reboot device to change network.
`NC_NetStop()` <= this function
But after rebooting the device, some thread/ hook function/struct still running or existed
How can I do with the function?
Do you have any example code?