STM32F479xx 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 156 of file stm32f4xx_hal_flash.h.

Referenced by HAL_FLASH_Unlock().

#define FLASH_KEY2   0xCDEF89ABU

Definition at line 157 of file stm32f4xx_hal_flash.h.

Referenced by HAL_FLASH_Unlock().

#define FLASH_OPT_KEY1   0x08192A3BU

Definition at line 158 of file stm32f4xx_hal_flash.h.

Referenced by HAL_FLASH_OB_Unlock().

#define FLASH_OPT_KEY2   0x4C5D6E7FU

Definition at line 159 of file stm32f4xx_hal_flash.h.

Referenced by HAL_FLASH_OB_Unlock().

#define RDP_KEY   ((uint16_t)0x00A5)

Definition at line 155 of file stm32f4xx_hal_flash.h.