System configuration controller (SYSCFG)
21.2.3.10 SYSCFG_BreakConfig
void SYSCFG_BreakConfig ( uint32_t SYSCFG_Break)
Connects the selected parameter to the break input of TIM1.
ï‚· SYSCFG_Break : selects the configuration to be connected
to break input of TIM1 This parameter can be any
combination of the following values:
ï€ SYSCFG_Break_PVD : PVD interrupt is connected to
the break input of TIM1.
ï€ SYSCFG_Break_SRAMParity : SRAM Parity error is
connected to the break input of TIM1.
ï€ SYSCFG_Break_HardFault : Lockup output of
CortexM0 is connected to the break input of TIM1.
ï‚· The selected configuration is locked and can be unlocked by
system reset
21.2.3.11 SYSCFG_BypassParityCheckDisable
void SYSCFG_BypassParityCheckDisable ( void )
Disables the parity check on RAM.
ï‚· Disabling the parity check on RAM locks the configuration bit.
To re-enable the parity check on RAM perform a system
reset.