STM32H735xx HAL User Manual
Defines
FLASH Option Bytes Read Protection
FLASH Exported Constants

Defines

#define OB_RDP_LEVEL_0   0xAA00U
#define OB_RDP_LEVEL_1   0x5500U
#define OB_RDP_LEVEL_2   0xCC00U

Define Documentation

#define OB_RDP_LEVEL_0   0xAA00U

Definition at line 269 of file stm32h7xx_hal_flash_ex.h.

Referenced by FLASH_OB_GetRDP().

#define OB_RDP_LEVEL_1   0x5500U

Definition at line 270 of file stm32h7xx_hal_flash_ex.h.

Referenced by FLASH_OB_GetRDP().

#define OB_RDP_LEVEL_2   0xCC00U

Warning: When enabling read protection level 2 it s no more possible to go back to level 1 or 0

Definition at line 271 of file stm32h7xx_hal_flash_ex.h.

Referenced by FLASH_OB_GetRDP().