Hi i want to reset my device without using nRESET Pin, one method i found using WatchDog Timer, is there any method where i can reset my device from software?
Regard's
Chiranth H D.
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.
Hi i want to reset my device without using nRESET Pin, one method i found using WatchDog Timer, is there any method where i can reset my device from software?
Regard's
Chiranth H D.
Hi,
For full SoC reset use hibernation API like a:
MAP_PRCMHibernateIntervalSet(330); MAP_PRCMHibernateWakeupSourceEnable(PRCM_HIB_SLOW_CLK_CTR); MAP_PRCMHibernateEnter();
before calling hibernation API is recommanded call sl_Stop(100) when NWP is enabled.
Jan