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

Defines

#define OB_RDP_LEVEL_0   ((uint8_t)0xAA)
#define OB_RDP_LEVEL_1   ((uint8_t)0x55)
#define OB_RDP_LEVEL_2   ((uint8_t)0xCC)

Define Documentation

#define OB_RDP_LEVEL_0   ((uint8_t)0xAA)

Definition at line 202 of file stm32f4xx_hal_flash_ex.h.

Referenced by FLASH_OB_GetRDP().

#define OB_RDP_LEVEL_1   ((uint8_t)0x55)

Definition at line 203 of file stm32f4xx_hal_flash_ex.h.

Referenced by FLASH_OB_GetRDP().

#define OB_RDP_LEVEL_2   ((uint8_t)0xCC)

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

Definition at line 204 of file stm32f4xx_hal_flash_ex.h.

Referenced by FLASH_OB_GetRDP().