I recently encountered the same issue (that the watchdog does a CPU reset not system reset). My cube project includes the following instructions for initialisation already:HAL_RCCEx_WWDGxSysResetConfig(RCC_WWDG1)
__HAL_RCC_WWDG1_CLK_ENABLE();Howev...