STM32F4 - make watchdog IWDG faster if it is already active?
I want to use the IWDG watchdog with the maximum possible time delay of approx. 30 seconds. As the device cannot be switched off, It has to go into standby mode (HAL_PWR_EnterSTANDBYMode) instead. The issue here is, that the watchdog would wake it up after 30 seconds. Therefore I want to make the IWDG faster just before going into the sleep mode in order that it comes up again and then going into sleep mode a second time but without setting the IWDG.
My Question: Can the IWDG be triggered immediately or make it expire faster if it is already running?
