System configuration controller (SYSCFG)
21.2.3.12 SYSCFG_SRAMWRPEnable
void SYSCFG_SRAMWRPEnable ( uint32_t
SYSCFG_SRAMWRP)
Enables the ICODE SRAM write protection.
ï‚· Enabling the ICODE SRAM write protection locks the
configuration bit. To disable the ICODE SRAM write
protection perform a system reset.
21.2.3.13 SYSCFG_GetFlagStatus
FlagStatus SYSCFG_GetFlagStatus ( uint32_t SYSCFG_Flag)
Checks whether the specified SYSCFG flag is set or not.
ï‚· SYSCFG_Flag : specifies the SYSCFG flag to check. This
parameter can be one of the following values:
ï€ SYSCFG_FLAG_PE : SRAM parity error flag.
ï‚· The new state of SYSCFG_Flag (SET or RESET).
21.2.3.14 SYSCFG_ClearFlag
void SYSCFG_ClearFlag ( uint32_t SYSCFG_Flag)
Clears the selected SYSCFG flag.
ï‚· SYSCFG_Flag : selects the flag to be cleared. This
parameter can be any combination of the following values:
ï€ SYSCFG_FLAG_PE : SRAM parity error flag.