STM32L443xx 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 236 of file stm32l4xx_hal_flash.h.

Referenced by FLASH_OB_GetRDP().

#define OB_RDP_LEVEL_1   ((uint32_t)0xBB)

Definition at line 237 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 238 of file stm32l4xx_hal_flash.h.

Referenced by FLASH_OB_GetRDP().