STM32F439xx HAL User Manual
Defines
FLASH Keys
FLASH Exported Constants

Defines

#define RDP_KEY   ((uint16_t)0x00A5)
#define FLASH_KEY1   0x45670123U
#define FLASH_KEY2   0xCDEF89ABU
#define FLASH_OPT_KEY1   0x08192A3BU
#define FLASH_OPT_KEY2   0x4C5D6E7FU

Define Documentation

#define FLASH_KEY1   0x45670123U

Definition at line 172 of file stm32f4xx_hal_flash.h.

Referenced by HAL_FLASH_Unlock().

#define FLASH_KEY2   0xCDEF89ABU

Definition at line 173 of file stm32f4xx_hal_flash.h.

Referenced by HAL_FLASH_Unlock().

#define FLASH_OPT_KEY1   0x08192A3BU

Definition at line 174 of file stm32f4xx_hal_flash.h.

Referenced by HAL_FLASH_OB_Unlock().

#define FLASH_OPT_KEY2   0x4C5D6E7FU

Definition at line 175 of file stm32f4xx_hal_flash.h.

Referenced by HAL_FLASH_OB_Unlock().

#define RDP_KEY   ((uint16_t)0x00A5)

Definition at line 171 of file stm32f4xx_hal_flash.h.