This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC3220 恢复出厂设置问题



     在使用过程中遇到一个问题,在CC3220恢复出厂设置之后,我想重新启动服务器,但是调用以下接口
void McuReboot(void)
{
    /* stop network processor activities before reseting the MCU */
    sl_Stop(SL_STOP_TIMEOUT );
    UART_PRINT("[Common] CC3220 MCU reset request\r\n");
    
    /* Reset the MCU in order to test the bundle */
    PRCMHibernateCycleTrigger();
}
在重启过程中s1服务无法启动,只有插拔电源才能启动成功。请问是否有其它方法在恢复出厂设置之后不插拔电源能让s1服务启动通过软件?