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.

CC3235SF怎么软件复位?

Other Parts Discussed in Thread: CC3235SF

CC3235SF有没有函数接口重启设备,作用和断电重启一样的函数接口?

我现在使用的这个方法会出现程序卡死。

void eResetHardWare()
{
sl_Stop(30);
MAP_PRCMHibernateIntervalSet(330);
MAP_PRCMHibernateWakeupSourceEnable(PRCM_HIB_SLOW_CLK_CTR);
MAP_PRCMHibernateEnter();
}

想知道还有没有其他的方式可以执行重启。