Is it possible to configure the IWDG timer to 30 minutes?
I have an IoT hardware (using STM32L152) that carry out some tasks and go to STOP mode for 30 minutes. Then, it will wake up and repeat the same process again.
Now, I would like to add the watchdog timer to ensure everything works fine. My question is - can we set the countdown timer to 30 minutes? I have seen on other discussion that it is not possible to configure the watchdog timer to such a long period.
Any suggestions? Thank you very much!