cancel
Showing results for 
Search instead for 
Did you mean: 

Reset Cause:

Posted on September 26, 2017 at 13:52

Is there a way to find out the reset cause by reading register or such, on STM32F429ZI Micro?

#reset-cause
2 REPLIES 2
Posted on September 26, 2017 at 14:05

I have found the RCC( Reset and clock control) module, I think this is the one which tells us the reset cause. please confirm!!

Posted on September 26, 2017 at 15:19

The CSR register of the RCC module stores flags for recent reset reasons (e.g. software, watchdog, brownout). To acquire the last reset's cause you should clear these flags after you have read them, as they are only cleared by software.