STM32F439xx HAL User Manual
Defines
SYSCFG BANK MODE
SYSTEM Exported Constants

Defines

#define LL_SYSCFG_BANKMODE_BANK1   (uint32_t)0x00000000
#define LL_SYSCFG_BANKMODE_BANK2   SYSCFG_MEMRMP_UFB_MODE

Define Documentation

#define LL_SYSCFG_BANKMODE_BANK1   (uint32_t)0x00000000

Flash Bank 1 base address mapped at 0x0800 0000 (AXI) and 0x0020 0000 (TCM) and Flash Bank 2 base address mapped at 0x0810 0000 (AXI) and 0x0030 0000 (TCM)

Definition at line 125 of file stm32f4xx_ll_system.h.

#define LL_SYSCFG_BANKMODE_BANK2   SYSCFG_MEMRMP_UFB_MODE

Flash Bank 2 base address mapped at 0x0800 0000 (AXI) and 0x0020 0000(TCM) and Flash Bank 1 base address mapped at 0x0810 0000 (AXI) and 0x0030 0000(TCM)

Definition at line 127 of file stm32f4xx_ll_system.h.