STM32H735xx HAL User Manual
Defines
FLASH Boot Address
FLASH Exported Constants

Defines

#define OB_BOOTADDR_ITCM_RAM   0x0000U
#define OB_BOOTADDR_SYSTEM   0x0040U
#define OB_BOOTADDR_ITCM_FLASH   0x0080U
#define OB_BOOTADDR_AXIM_FLASH   0x2000U
#define OB_BOOTADDR_DTCM_RAM   0x8000U
#define OB_BOOTADDR_SRAM1   0x8004U
#define OB_BOOTADDR_SRAM2   0x8013U

Define Documentation

#define OB_BOOTADDR_AXIM_FLASH   0x2000U

Boot from Flash on AXIM interface (0x08000000)

Definition at line 341 of file stm32h7xx_hal_flash_ex.h.

#define OB_BOOTADDR_DTCM_RAM   0x8000U

Boot from DTCM RAM (0x20000000)

Definition at line 342 of file stm32h7xx_hal_flash_ex.h.

#define OB_BOOTADDR_ITCM_FLASH   0x0080U

Boot from Flash on ITCM interface (0x00200000)

Definition at line 340 of file stm32h7xx_hal_flash_ex.h.

#define OB_BOOTADDR_ITCM_RAM   0x0000U

Boot from ITCM RAM (0x00000000)

Definition at line 338 of file stm32h7xx_hal_flash_ex.h.

#define OB_BOOTADDR_SRAM1   0x8004U

Boot from SRAM1 (0x20010000)

Definition at line 343 of file stm32h7xx_hal_flash_ex.h.

#define OB_BOOTADDR_SRAM2   0x8013U

Boot from SRAM2 (0x2004C000)

Definition at line 344 of file stm32h7xx_hal_flash_ex.h.

#define OB_BOOTADDR_SYSTEM   0x0040U

Boot from System memory bootloader (0x00100000)

Definition at line 339 of file stm32h7xx_hal_flash_ex.h.