STM32H735xx HAL User Manual
Defines
FLASHEx OB ST RAM SIZE
FLASH Exported Constants

Defines

#define OB_ST_RAM_SIZE_2KB   0x00000000U
#define OB_ST_RAM_SIZE_4KB   FLASH_OPTSR_ST_RAM_SIZE_0
#define OB_ST_RAM_SIZE_8KB   FLASH_OPTSR_ST_RAM_SIZE_1
#define OB_ST_RAM_SIZE_16KB   FLASH_OPTSR_ST_RAM_SIZE

Define Documentation

#define OB_ST_RAM_SIZE_16KB   FLASH_OPTSR_ST_RAM_SIZE

16 Kbytes reserved to ST code

Definition at line 465 of file stm32h7xx_hal_flash_ex.h.

#define OB_ST_RAM_SIZE_2KB   0x00000000U

2 Kbytes reserved to ST code

Definition at line 462 of file stm32h7xx_hal_flash_ex.h.

#define OB_ST_RAM_SIZE_4KB   FLASH_OPTSR_ST_RAM_SIZE_0

4 Kbytes reserved to ST code

Definition at line 463 of file stm32h7xx_hal_flash_ex.h.

#define OB_ST_RAM_SIZE_8KB   FLASH_OPTSR_ST_RAM_SIZE_1

8 Kbytes reserved to ST code

Definition at line 464 of file stm32h7xx_hal_flash_ex.h.