2017-09-26 04:52 AM
Is there a way to find out the reset cause by reading register or such, on STM32F429ZI Micro?
#reset-cause2017-09-26 05:05 AM
I have found the RCC( Reset and clock control) module, I think this is the one which tells us the reset cause. please confirm!!
2017-09-26 08:19 AM
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.