LOCKUP_RST_EN=B_0x0, CORE_RESET_TYPE=B_0x0, LOCKUP_NMI_EN=B_0x0
SYSCFG Cortex-M55 reset type control register
CORE_RESET_TYPE | Select reset to apply on core upon SYSRESETREQ 0 (B_0x0): Warm reset (default value) 1 (B_0x1): Power-on reset |
LOCKUP_RST_EN | Select action to perform on a lockup state on the core 0 (B_0x0): Lockup state shall be recovered from interrupt (default value) 1 (B_0x1): Lockup requests a warm reset to the RCC. |
LOCKUP_NMI_EN | Select action to perform on a lockup state on the core 0 (B_0x0): Lockup state must be recovered from NVIC interrupt (default value) 1 (B_0x1): Lockup generates a NMI on the core. |