Other Parts Discussed in Thread: CC3235MODSF
In CC3235MODsf,how i can reset both application controller(with its peripheral) and WiFi controller through application software.
Currently, I am facing a issue which comes very rarely. When I update the firmware over-the-air, after that its not connecting to WiFi and it keep resetting. After that when i hard reset it through reset pin,it starts working and gets connected to WiFi. This happens very rarely. I am also using watchdog timer in my application.
I am using following functions to reset after downloading TAR file :
sl_Stop(200);
/* Stop the commit WDT */
PowerCC32XX_reset(PowerCC32XX_PERIPH_WDT);
MAP_PRCMHibernateCycleTrigger();
Is above way correct?