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

Defines

#define OB_RDP_LEVEL_0   ((uint32_t)0xAA)
#define OB_RDP_LEVEL_1   ((uint32_t)0xBB)
#define OB_RDP_LEVEL_2   ((uint32_t)0xCC)

Define Documentation

#define OB_RDP_LEVEL_0   ((uint32_t)0xAA)

Definition at line 252 of file stm32l4xx_hal_flash.h.

Referenced by FLASH_OB_GetRDP().

#define OB_RDP_LEVEL_1   ((uint32_t)0xBB)

Definition at line 253 of file stm32l4xx_hal_flash.h.

Referenced by FLASH_OB_GetRDP().

#define OB_RDP_LEVEL_2   ((uint32_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 254 of file stm32l4xx_hal_flash.h.

Referenced by FLASH_OB_GetRDP().