STM32H735xx HAL User Manual
Defines
FLASHEx OB SECURE RDP
FLASH Exported Constants

Defines

#define OB_SECURE_RDP_NOT_ERASE   0x00000000U
#define OB_SECURE_RDP_ERASE   FLASH_SCAR_DMES

Define Documentation

#define OB_SECURE_RDP_ERASE   FLASH_SCAR_DMES

Secure area is erased when the RDP level is decreased from Level 1 to Level 0 (full mass erase)

Definition at line 684 of file stm32h7xx_hal_flash_ex.h.

#define OB_SECURE_RDP_NOT_ERASE   0x00000000U

Secure area is not erased when the RDP level is decreased from Level 1 to Level 0 or during a mass erase

Definition at line 682 of file stm32h7xx_hal_flash_ex.h.