Question
IWDG reset in stop mode
Hello everyone,
I have currently two issues with the STM32F411CC STOP mode, it could be great to have some support.
I want to wake up each 1sec by an RTC interrupt. Here is my sequence to enter STOP mode:
- Clear RTC_WUTF flag
- Clear PWR_WU flag
- Enable wake up timer interrupt
- Disable systick
- Enable flash power down in STOP mode
- Enter STOP mode (Low power voltage regulation, WFI).
These are my 2 issues:
1) the current consumption of my system is ~5mA.
2) after a certain amount of time in STOP mode (~20min), the MCU is reset by IWDG. Note that when I wake up the MCU each 1sec, I also reload the IWDG to a period of 8 seconds ...
Do you have any idea ?
Thanks a lot
