the IWDG_STOP bit in the FLASH_OPTR register
Posted on December 15, 2016 at 22:59I have a STM32L152 device which spends most of its time in STOP mode, waking perhaps once an hour. I'd like to add IWDG support, but need to 'freeze' the IWDG during STOP mode, which per STM docs can be done.I hav...