STM32H5 bus fault writing DBGMCU_APB1FZR1_DBG_IWDG_STOP
Today, I suddenly experienced a bus fault on my stm32h563 which I traced down toDBGMCU->APB1FZR1 |= DBGMCU_APB1FZR1_DBG_IWDG_STOP;which I use to configure the watchdog to stop when the core has been halted by the debugger. fault status registers:SCB-...