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.

求助:cc3200如何实现软复位?



sl_Stop(30);
MAP_PRCMHibernateIntervalSet(330);
MAP_PRCMHibernateWakeupSourceEnable(PRCM_HIB_SLOW_CLK_CTR);
MAP_PRCMHibernateEnter();

用这段代码程序直接就死了,没有从头来,后面我又用了这个PRCMMCUReset(FALSE);这个倒是能让程序从头跑,但是网络部分却出现了无法使用的问题,

我该如何实现软件复位呢?