|
STM32H735xx HAL User Manual
|
Defines | |
| #define | __HAL_FLASH_CALC_BOOT_BASE_ADR(__ADDRESS__) ((__ADDRESS__) >> 14U) |
| Calculate the FLASH Boot Base Address (BOOT_ADD0 or BOOT_ADD1) | |
| #define __HAL_FLASH_CALC_BOOT_BASE_ADR | ( | __ADDRESS__ | ) | ((__ADDRESS__) >> 14U) |
Calculate the FLASH Boot Base Address (BOOT_ADD0 or BOOT_ADD1)
| __ADDRESS__,: | FLASH Boot Address (in the range 0x0000 0000 to 0x2004 FFFF with a granularity of 16KB) |
| The | FLASH Boot Base Address |
Definition at line 758 of file stm32h7xx_hal_flash_ex.h.
1.7.6.1