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

Defines

#define OB_PCROP_RDP_NOT_ERASE   0x00000000U
#define OB_PCROP_RDP_ERASE   FLASH_PRAR_DMEP

Define Documentation

#define OB_PCROP_RDP_ERASE   FLASH_PRAR_DMEP

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

Definition at line 391 of file stm32h7xx_hal_flash_ex.h.

#define OB_PCROP_RDP_NOT_ERASE   0x00000000U

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

Definition at line 389 of file stm32h7xx_hal_flash_ex.h.