Resolved! IWDG reset
Hi,I use STM32L496RGT6 with own bootloader. If I start IWDG in bootloader and periodically reset it it is work good. If I jump to application and call HAL_IWDG_Refresh(..), function doesn't refresh IWDG and IWDG reset mcu. I tried call MX_IWDG_Init()...