Question
Hi, it is possible to detect last code line before reset IWDG MCU?
I have FW with implementation 2 uart IT, I2C, FATFS, MSC etc.
If I do not use IWDG everything is good, works fine I tested it 72 hour without freezing or other problems FW is worked smooth.
But if I set IWDG after few hours running (4-8h) IWDG reset MCU.
I tried add everywhere:
HAL_IWDG_Refresh(&hiwdg)And I tried IWDG set to maximum (Reload = 4095, Prescale to 256 ) but happens the same.
Please help, thank you
