STM32F439xx HAL User Manual
Defines
FLASH Voltage Range
FLASH Exported Constants

Defines

#define FLASH_VOLTAGE_RANGE_1   0x00000000U
#define FLASH_VOLTAGE_RANGE_2   0x00000001U
#define FLASH_VOLTAGE_RANGE_3   0x00000002U
#define FLASH_VOLTAGE_RANGE_4   0x00000003U

Define Documentation

#define FLASH_VOLTAGE_RANGE_1   0x00000000U

Device operating range: 1.8V to 2.1V

Definition at line 171 of file stm32f4xx_hal_flash_ex.h.

Referenced by FLASH_Erase_Sector().

#define FLASH_VOLTAGE_RANGE_2   0x00000001U

Device operating range: 2.1V to 2.7V

Definition at line 172 of file stm32f4xx_hal_flash_ex.h.

Referenced by FLASH_Erase_Sector().

#define FLASH_VOLTAGE_RANGE_3   0x00000002U

Device operating range: 2.7V to 3.6V

Definition at line 173 of file stm32f4xx_hal_flash_ex.h.

Referenced by FLASH_Erase_Sector().

#define FLASH_VOLTAGE_RANGE_4   0x00000003U

Device operating range: 2.7V to 3.6V + External Vpp

Definition at line 174 of file stm32f4xx_hal_flash_ex.h.