Question
Implementing IWDG in sleep mode
I implemented IWDG reset having counter of 12 second and am refreshing it using HAL_IWDG_Refresh(&hiwdg) in while loop.
Everything is working as expected. But now the issue is when I implement sleep mode.
The processor will be in sleep and wakeup by interrupt. So if processor doesn't wakeup within 12 second then HAL_IWDG_Refresh will not be executed.
