Solved
will IWDG stop after system reset before next time initialization if option byte IWDG_SW equal TRUE?
hi
for stm32G4 series,
if MCU option byte IWDG_SW equal TRUE, and the software start the IWDG by calling HAL_IWDG_Init(),
when a system reset happen( for example, call HAL_NVIC_SystemReset() or IWDG reset), will IWDG stop counting before next time initialization?

