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.
您好!
如何以编程方式重置 TI 3235SF MCU? 下载更新后、OTA 过程需要重置 MCU。
我不想让它进入休眠模式。 相反、我想重新启动 MCU。
请告诉我重新启动 MCU 所需的 API。
谢谢、此致、
Subramanyan
您好!
使用休眠功能重新启动 SoC 的方式如下:
MAP_PRCMHibernateIntervalSet (330); MAP_PRCMHibernateWakeupSourceEnable (PRCM_HIB_SLOW_CLK_CTR); MAP_PRCMHibernateEnter ();
1月