STM32H735xx HAL User Manual
Defines
FLASH Exported Macros
FLASH Exported Constants

Defines

#define __HAL_FLASH_CALC_BOOT_BASE_ADR(__ADDRESS__)   ((__ADDRESS__) >> 14U)
 Calculate the FLASH Boot Base Address (BOOT_ADD0 or BOOT_ADD1)

Define Documentation

#define __HAL_FLASH_CALC_BOOT_BASE_ADR (   __ADDRESS__)    ((__ADDRESS__) >> 14U)

Calculate the FLASH Boot Base Address (BOOT_ADD0 or BOOT_ADD1)

Note:
Returned value BOOT_ADDx[15:0] corresponds to boot address [29:14].
Parameters:
__ADDRESS__,:FLASH Boot Address (in the range 0x0000 0000 to 0x2004 FFFF with a granularity of 16KB)
Return values:
TheFLASH Boot Base Address

Definition at line 758 of file stm32h7xx_hal_flash_ex.h.