Resolved! Unable to freeze IWDG during debugging using SEGGER j-link (STM32L053)
I've configured IWDG for my application (STM32L053). When I've halted the application during debugging, the IWDG is still triggering resets. I'm using a SEGGER j-link. I've attempted to use the __HAL_DBGMCU_FREEZE_IWDG() macro, but it doesn't seem...