Other Parts Discussed in Thread: UNIFLASH
Device is running in AP mode.
When done with configuring I reboot the device with a button click on the HTML page that results in the last 2 lines:
sl_Stop(200);
PRCMMCUReset(false);
Just in case after reboot i call the sl_Stop again to make sure the network processor is not running (reset?).
After this the device boots up in STA and i see that immediately the sl_Start is called the event callback reports IP ACQUIRED:
ROLE_STA IP Acquired: IP=10.0.0.1 Gateway=10.0.0.1
Which is essentially the AP configuration.
The behavior results in the application believing that we are correctly connected to one of the profile stored routers.
FastConnect is not enabled.
Any way to delete/empty the cached and seemingly incorrect network date on the network processor?