Question
STM32F4 - Watchdog in STANDBY mode
Hello,
After reading some applications note I did't find the way to implement a watchdog for my case.
My case:
- the MCU shall sleep during 12h
- one function on Bluetooth stack in a .a (provided by TI) takes 1024ms
- MCU is running at 48MHz
WWDG can't be used because some functions take more than 100ms.
I see that IWDOG can be stopped ?!
Somethime I have a problem with interrupt from UART and USB, MCU stay on these interrupt and my Main loop is not proceced...
How can I do to have a watchdog @ 5000ms disabled when I'm in STANDBY mode ?
Thanks for help.
