2016-04-08 09:43 AM
Hello,
i'm using a STM32F051 and i want to know if the reset is a watch dog reset or not.I read the flag IWDGRSTF in the CSR register (RCC peripheral) but this bit is always set when a reset occurs.I tried with no watch dog activated and the result is the same.What's wrong with it ?ThanksPhilippe2016-04-08 10:20 AM
Do you clear the flag between tests?
2016-04-11 02:16 AM