Macros
Collaboration diagram for FLASH Boot Address:

Macros

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

Detailed Description

Macro Definition Documentation

◆ OB_BOOTADDR_AXIM_FLASH [1/3]

#define OB_BOOTADDR_AXIM_FLASH   ((uint32_t)0x2000U)

Boot from Flash on AXIM interface (0x08000000)

Definition at line 269 of file stm32f7xx_hal_flash_ex.h.

◆ OB_BOOTADDR_AXIM_FLASH [2/3]

#define OB_BOOTADDR_AXIM_FLASH   0x2000U

Boot from Flash on AXIM interface (0x08000000)

Definition at line 343 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash_ex.h.

◆ OB_BOOTADDR_AXIM_FLASH [3/3]

#define OB_BOOTADDR_AXIM_FLASH   0x2000U

Boot from Flash on AXIM interface (0x08000000)

Definition at line 353 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash_ex.h.

◆ OB_BOOTADDR_DTCM_RAM [1/3]

#define OB_BOOTADDR_DTCM_RAM   ((uint32_t)0x8000U)

Boot from DTCM RAM (0x20000000)

Definition at line 270 of file stm32f7xx_hal_flash_ex.h.

◆ OB_BOOTADDR_DTCM_RAM [2/3]

#define OB_BOOTADDR_DTCM_RAM   0x8000U

Boot from DTCM RAM (0x20000000)

Definition at line 344 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash_ex.h.

◆ OB_BOOTADDR_DTCM_RAM [3/3]

#define OB_BOOTADDR_DTCM_RAM   0x8000U

Boot from DTCM RAM (0x20000000)

Definition at line 354 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash_ex.h.

◆ OB_BOOTADDR_ITCM_FLASH [1/3]

#define OB_BOOTADDR_ITCM_FLASH   ((uint32_t)0x0080U)

Boot from Flash on ITCM interface (0x00200000)

Definition at line 268 of file stm32f7xx_hal_flash_ex.h.

◆ OB_BOOTADDR_ITCM_FLASH [2/3]

#define OB_BOOTADDR_ITCM_FLASH   0x0080U

Boot from Flash on ITCM interface (0x00200000)

Definition at line 342 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash_ex.h.

◆ OB_BOOTADDR_ITCM_FLASH [3/3]

#define OB_BOOTADDR_ITCM_FLASH   0x0080U

Boot from Flash on ITCM interface (0x00200000)

Definition at line 352 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash_ex.h.

◆ OB_BOOTADDR_ITCM_RAM [1/3]

#define OB_BOOTADDR_ITCM_RAM   ((uint32_t)0x0000U)

Boot from ITCM RAM (0x00000000)

Definition at line 266 of file stm32f7xx_hal_flash_ex.h.

◆ OB_BOOTADDR_ITCM_RAM [2/3]

#define OB_BOOTADDR_ITCM_RAM   0x0000U

Boot from ITCM RAM (0x00000000)

Definition at line 340 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash_ex.h.

◆ OB_BOOTADDR_ITCM_RAM [3/3]

#define OB_BOOTADDR_ITCM_RAM   0x0000U

Boot from ITCM RAM (0x00000000)

Definition at line 350 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash_ex.h.

◆ OB_BOOTADDR_SRAM1 [1/3]

#define OB_BOOTADDR_SRAM1   ((uint32_t)0x8004U)

Boot from SRAM1 (0x20010000)

Definition at line 271 of file stm32f7xx_hal_flash_ex.h.

◆ OB_BOOTADDR_SRAM1 [2/3]

#define OB_BOOTADDR_SRAM1   0x8004U

Boot from SRAM1 (0x20010000)

Definition at line 345 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash_ex.h.

◆ OB_BOOTADDR_SRAM1 [3/3]

#define OB_BOOTADDR_SRAM1   0x8004U

◆ OB_BOOTADDR_SRAM2 [1/3]

#define OB_BOOTADDR_SRAM2   ((uint32_t)0x8013U)

Boot from SRAM2 (0x2004C000)

Definition at line 275 of file stm32f7xx_hal_flash_ex.h.

◆ OB_BOOTADDR_SRAM2 [2/3]

#define OB_BOOTADDR_SRAM2   0x8013U

Boot from SRAM2 (0x2004C000)

Definition at line 346 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash_ex.h.

◆ OB_BOOTADDR_SRAM2 [3/3]

#define OB_BOOTADDR_SRAM2   0x8013U

◆ OB_BOOTADDR_SYSTEM [1/3]

#define OB_BOOTADDR_SYSTEM   ((uint32_t)0x0040U)

Boot from System memory bootloader (0x00100000)

Definition at line 267 of file stm32f7xx_hal_flash_ex.h.

◆ OB_BOOTADDR_SYSTEM [2/3]

#define OB_BOOTADDR_SYSTEM   0x0040U

Boot from System memory bootloader (0x00100000)

Definition at line 341 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash_ex.h.

◆ OB_BOOTADDR_SYSTEM [3/3]

#define OB_BOOTADDR_SYSTEM   0x0040U

Boot from System memory bootloader (0x00100000)

Definition at line 351 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash_ex.h.



picovoice_driver
Author(s):
autogenerated on Fri Apr 1 2022 02:15:08