STM32F769IDiscovery  1.00
uDANTE Audio Networking with STM32F7 DISCO board
Macros

Macros

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

Detailed Description

Macro Definition Documentation

#define OB_BOOTADDR_AXIM_FLASH   ((uint32_t)0x2000U)

Boot from Flash on AXIM interface (0x08000000)

Definition at line 276 of file stm32f7xx_hal_flash_ex.h.

#define OB_BOOTADDR_DTCM_RAM   ((uint32_t)0x8000U)

Boot from DTCM RAM (0x20000000)

Definition at line 277 of file stm32f7xx_hal_flash_ex.h.

#define OB_BOOTADDR_ITCM_FLASH   ((uint32_t)0x0080U)

Boot from Flash on ITCM interface (0x00200000)

Definition at line 275 of file stm32f7xx_hal_flash_ex.h.

#define OB_BOOTADDR_ITCM_RAM   ((uint32_t)0x0000U)

Boot from ITCM RAM (0x00000000)

Definition at line 273 of file stm32f7xx_hal_flash_ex.h.

#define OB_BOOTADDR_SRAM1   ((uint32_t)0x8004U)

Boot from SRAM1 (0x20010000)

Definition at line 278 of file stm32f7xx_hal_flash_ex.h.

#define OB_BOOTADDR_SRAM2   ((uint32_t)0x8013U)

Boot from SRAM2 (0x2004C000)

Definition at line 279 of file stm32f7xx_hal_flash_ex.h.

#define OB_BOOTADDR_SYSTEM   ((uint32_t)0x0040U)

Boot from System memory bootloader (0x00100000)

Definition at line 274 of file stm32f7xx_hal_flash_ex.h.