2. System and memory overview

2.1 System architecture

In STM32F413/423, the main system consists of 32-bit multilayer AHB bus matrix that interconnects:

The bus matrix provides access from a master to a slave, enabling concurrent access and efficient operation even when several high-speed peripherals work simultaneously. This architecture is shown in Figure 1 .

Figure 1. System architecture

Figure 1. System architecture diagram showing the connection of ARM Cortex-M4, GP DMA1, and GP DMA2 to a Bus matrix-S. The diagram includes a legend for access methods and a list of connected components.

The diagram illustrates the system architecture of the RM0430 microcontroller. At the top, three master blocks are shown: ARM Cortex-M4, GP DMA1, and GP DMA2. The ARM Cortex-M4 is connected to the Bus matrix-S via three buses: I-bus (to S0), D-bus (to S1), and S-bus (to S2). GP DMA1 is connected via DMA_PI (to S3) and DMA_MEM1 (to S4). GP DMA2 is connected via DMA_MEM2 (to S4) and DMA_P2 (to S5). The Bus matrix-S is a grid with six slave interfaces (S0 to S5) and seven master interfaces (M0 to M6). The connections are as follows:

Access methods are indicated by symbols in the matrix:

Reference code: MSV40821V3

Figure 1. System architecture diagram showing the connection of ARM Cortex-M4, GP DMA1, and GP DMA2 to a Bus matrix-S. The diagram includes a legend for access methods and a list of connected components.

2.1.1 I-bus

This bus connects the Instruction bus of the Cortex ® -M4 with FPU core to the BusMatrix. This bus is used by the core to fetch instructions. The target of this bus is a memory containing code (internal Flash memory/SRAM1/SRAM2).

2.1.2 D-bus

This bus connects the databus of the Cortex ® -M4 with FPU to the BusMatrix. This bus is used by the core for literal load and debug access. The target of this bus is a memory containing code or data (internal Flash memory/SRAM1/SRAM2).

2.1.3 S-bus

This bus connects the system bus of the Cortex ® -M4 with FPU core to a BusMatrix. This bus is used to access data located in a peripheral or in SRAM1 or in SRAM2. Instructions may also be fetch on this bus (less efficient than ICode). The targets of this bus are the internal SRAM1/SRAM2, the AHB1 peripherals including the APB peripherals, the AHB2 peripherals and the external memories through the FSMC and the QUADSPI.

2.1.4 DMA memory bus

This bus connects the DMA memory bus master interface to the BusMatrix. It is used by the DMA to perform transfer to/from memories. The targets of this bus are data memories: internal Flash memory, internal SRAM1/SRAM2 and additionally for S4 the AHB1/AHB2 peripherals including the APB peripherals.

2.1.5 DMA peripheral bus

This bus connects the DMA peripheral master bus interface to the BusMatrix. This bus is used by the DMA to access AHB peripherals or to perform memory-to-memory transfers. The targets of this bus are the AHB and APB peripherals plus data memories: Flash memory and internal SRAM1/SRAM2.

2.1.6 BusMatrix

The BusMatrix manages the access arbitration between masters. The arbitration uses a round-robin algorithm.

2.1.7 AHB/APB bridges (APB)

The two AHB/APB bridges, APB1 and APB2, provide full synchronous connections between the AHB and the two APB buses, allowing flexible selection of the peripheral frequency.

Refer to the device datasheets for more details on APB1 and APB2 maximum frequencies, and to Table 1 for the address mapping of AHB and APB peripherals.

After each device reset, all peripheral clocks are disabled (except for the SRAM and Flash memory interface). Before using a peripheral you have to enable its clock in the RCC_AHBxENR or RCC_APBxENR register.

Note: When a 16- or an 8-bit access is performed on an APB register, the access is transformed into a 32-bit access: the bridge duplicates the 16- or 8-bit data to feed the 32-bit vector.

2.2 Memory organization

2.2.1 Introduction

Program memory, data memory, registers and I/O ports are organized within the same linear 4-Gbyte address space.

The bytes are coded in memory in Little Endian format. The lowest numbered byte in a word is considered the word's least significant byte and the highest numbered byte the most significant.

The addressable memory space is divided into eight main blocks, of 512 Mbytes each.

2.2.2 Memory map and register boundary addresses

Figure 2. Memory map

Memory map diagram for RM0430 showing various memory blocks and their addresses. The diagram is split into two main columns. The left column shows the physical memory layout from 0x0000 0000 to 0xFFFF FFFF, including Flash memory, SRAM1/SRAM2, SRAM2 (64KB), System memory, OTP area + lock, User option bytes, Reserved areas, SRAM1 (256 KB), SRAM2 (64 KB), Reserved, and 512-Mbyte blocks 0, 1, 2, 6, and 7. The right column shows the logical memory map, including APB1, APB2, AHB1, AHB2, AHB3, and Cortex-M4 internal peripherals. Callouts provide detailed address ranges for the SRAM and Flash sections.
Physical Address RangeMemory Block / FeatureLogical Address RangeLogical Block / Feature
0x0000 0000 - 0x07FF FFFFAlias to Flash, system, memory or SRAM1 depending on the BOOT pins0x4000 0000 - 0x4000 7FFFAPB1
0x0800 0000 - 0x0817 FFFFFlash memory0x4000 8000 - 0x4000 FFFFReserved
0x0818 0000 - 0x081F FFFFReserved0x4001 0000 - 0x4001 7FFFAPB2
0x1000 0000 - 0x1000 FFFFSRAM2 (64KB accessed by CPU via Ibus and Dbus)0x4001 8000 - 0x4001 FFFFReserved
0x1001 0000 - 0x1001 FFFFReserved0x4002 0000 - 0x4002 67FFAHB1
0x1FFF 0000 - 0x1FFF 77FFSystem memory0x6000 0000 - 0x6000 1FFFAHB3
0x1FFF 7800 - 0x1FFF 7A0FOTP area + lock0x6000 2000 - 0x6000 7FFFReserved
0x1FFF 7A10 - 0x1FFF BFFFReserved0xE000 0000 - 0xE000 FFFFCortex-M4 internal peripherals
0x1FFF C000 - 0x1FFF C00FUser option bytes0xE010 0000 - 0xE010 FFFFReserved
0x2000 0000 - 0x2003 FFFFSRAM1 (256 KB aliased by bit-banding)
0x2004 0000 - 0x2004 FFFFSRAM2 (64 KB aliased by bit-banding)
0x2005 0000 - 0x3FFF FFFFReserved
0x4000 0000 - 0x3FFF FFFF512-Mbyte block 1 inc. SRAM1/SRAM2
0x6000 0000 - 0x5FFF FFFF512-Mbyte block 2 peripherals
0x8000 0000 - 0x7FFF FFFF512-Mbyte block 0 Code
0xA000 0000 - 0xA000 1FFFReserved
0xC000 0000 - 0xBFFF FFFF512-Mbyte block 6 Not used
0xE000 0000 - 0xDFFF FFFF512-Mbyte block 7 internal peripherals
Memory map diagram for RM0430 showing various memory blocks and their addresses. The diagram is split into two main columns. The left column shows the physical memory layout from 0x0000 0000 to 0xFFFF FFFF, including Flash memory, SRAM1/SRAM2, SRAM2 (64KB), System memory, OTP area + lock, User option bytes, Reserved areas, SRAM1 (256 KB), SRAM2 (64 KB), Reserved, and 512-Mbyte blocks 0, 1, 2, 6, and 7. The right column shows the logical memory map, including APB1, APB2, AHB1, AHB2, AHB3, and Cortex-M4 internal peripherals. Callouts provide detailed address ranges for the SRAM and Flash sections.

All the memory map areas that are not allocated to on-chip memories and peripherals are considered “Reserved”. For the detailed mapping of available memory and register areas, refer to the following table.

The following table gives the boundary addresses of the peripherals available in the devices.

Table 1. Register boundary addresses

BusBoundary addressPeripheral
-0xE010 0000 - 0xFFFF FFFFReserved
Cortex ® -M40xE000 0000 - 0xE00F FFFFCortex-M4 internal peripherals
AHB30xA000 2000 - 0xDFFF FFFFReserved
0xA000 1000 - 0xA000 1FFFQuadSPI control register
0xA000 0000 - 0xA000 0FFFFSMC control register
0x9000 0000 - 0x9FFF FFFFQUADSPI
0x7000 0000 - 0x8FFF FFFFReserved
0x6000 0000 - 0x6FFF FFFFFSMC
AHB20x5006 0C00 - 0x5FFF FFFFReserved
0x5006 0800 - 0x5006 0BFFRNG
0x5006 0400 - 0x5006 07FFReserved
0x5006 0000 - 0x5006 03FFAES (1)
0x5004 0000 - 0x5005 FFFFReserved
0x5000 0000 - 0x5003 FFFFUSB OTG FS
AHB10x4002 6800 - 0x4FFF FFFFReserved
0x4002 6400 - 0x4002 67FFDMA2
0x4002 6000 - 0x4002 63FFDMA1
0x4002 4000 - 0x4002 5FFFReserved
0x4002 3C00 - 0x4002 3FFFFlash interface register
0x4002 3800 - 0x4002 3BFFRCC
0x4002 3400 - 0x4002 37FFReserved
0x4002 3000 - 0x4002 33FFCRC
0x4002 2000 - 0x4002 2FFFReserved
0x4002 1C00 - 0x4002 1FFFGPIOH
0x4002 1800 - 0x4002 1BFFGPIOG
0x4002 1400 - 0x4002 17FFGPIOF
0x4002 1000 - 0x4002 13FFGPIOE
0x4002 0C00 - 0x4002 0FFFGPIO D
0x4002 0800 - 0x4002 0BFFGPIOC
0x4002 0400 - 0x4002 07FFGPIOB
0x4002 0000 - 0x4002 03FFGPIOA
Table 1. Register boundary addresses (continued)
BusBoundary addressPeripheral
APB20x4001 6800 - 0x4001 FFFFReserved
0x4001 6400 - 0x4001 67FFDFSDM2
0x4001 6000 - 0x4001 63FFDFSDM1
0x4001 5C00 - 0x4001 5FFFReserved
0x4001 5800 - 0x4001 5BFFSAI1
0x4001 5400 - 0x4001 57FFReserved
0x4001 5000 - 0x4001 53FFSPI5/I2S5
0x4001 4C00 - 0x4001 4FFFReserved
0x4001 4800 - 0x4001 4BFFTIM11
0x4001 4400 - 0x4001 47FFTIM10
0x4001 4000 - 0x4001 43FFTIM9
0x4001 3C00 - 0x4001 3FFFEXTI
0x4001 3800 - 0x4001 3BFFSYSCFG
0x4001 3400 - 0x4001 37FFSPI4/I2S4
0x4001 3000 - 0x4001 33FFSPI1/I2S1
0x4001 2C00 - 0x4001 2FFFSDIO
0x4001 2400 - 0x4001 2BFFReserved
0x4001 2000 - 0x4001 23FFADC1
0x4001 1C00 - 0x4001 1FFFUART10
0x4001 1800 - 0x4001 1BFFUART9
0x4001 1400 - 0x4001 17FFUSART6
0x4001 1000 - 0x4001 13FFUSART1
0x4001 0800 - 0x4001 0FFFReserved
0x4001 0400 - 0x4001 07FFTIM8
0x4001 0000 - 0x4001 03FFTIM1

Table 1. Register boundary addresses (continued)

BusBoundary addressPeripheral
APB10x4000 8000 - 0x4000 FFFFReserved
0x4000 7C00 - 0x4000 7FFFUART8
0x4000 7800 - 0x4000 7BFFUART7
0x4000 7400 - 0x4000 77FFDAC
0x4000 7000 - 0x4000 73FFPWR
0x4000 6C00 - 0x4000 6FFFCAN3
0x4000 6800 - 0x4000 6BFFCAN2
0x4000 6400 - 0x4000 67FFCAN1
0x4000 6000 - 0x4000 63FFI2CFMP1
0x4000 5C00 - 0x4000 5FFFI2C3
0x4000 5800 - 0x4000 5BFFI2C2
0x4000 5400 - 0x4000 57FFI2C1
0x4000 5000 - 0x4000 53FFUART5
0x4000 4C00 - 0x4000 4FFFUART4
0x4000 4800 - 0x4000 4BFFUSART3
0x4000 4400 - 0x4000 47FFUSART2
0x4000 4000 - 0x4000 43FFI2S3ext
0x4000 3C00 - 0x4000 3FFFSPI3 / I2S3
0x4000 3800 - 0x4000 3BFFSPI2 / I2S2
0x4000 3400 - 0x4000 37FFI2S2ext
0x4000 3000 - 0x4000 33FFIWDG
0x4000 2C00 - 0x4000 2FFFWWDG
0x4000 2800 - 0x4000 2BFFRTC & BKP Registers
0x4000 2400 - 0x4000 27FFLPTIM1
0x4000 2000 - 0x4000 23FFTIM14
0x4000 1C00 - 0x4000 1FFFTIM13
0x4000 1800 - 0x4000 1BFFTIM12
0x4000 1400 - 0x4000 17FFTIM7
0x4000 1000 - 0x4000 13FFTIM6
0x4000 0C00 - 0x4000 0FFFTIM5
0x4000 0800 - 0x4000 0BFFTIM4
0x4000 0400 - 0x4000 07FFTIM3
0x4000 0000 - 0x4000 03FFTIM2
  1. 1. AES is only available for STM32F423xx. This boundary address is reserved for STM32F413xx.

2.3 Embedded SRAM

STM32F413/423 devices feature 320 Kbytes of system SRAM.

The embedded SRAM can be accessed as bytes, half-words (16 bits) or full words (32 bits). Read and write operations are performed at CPU speed with 0 wait state.

The embedded SRAM is divided into two blocks:

The CPU can access the embedded SRAM1, through the System Bus or through the I-Code/D-Code buses when boot from SRAM1 is selected or when physical remap is selected (See Section 8.2.1: SYSCFG memory remap register (SYSCFG_MEMRMP) ).

To get the max performance on SRAM1 execution, physical remap should be selected (boot or software selection).

The CPU can access the embedded SRAM2, through the System Bus or through the I-Code/D-Code buses when SRAM2 is mapped at the address range: 0x1000 0000 to 0x1000 FFFF. To get the max performance on SRAM2 execution, mapping at the address 0x1000 0000 should be selected.

To get the max performance on embedded SRAM, use SRAM1/SRAM2 to execute code via I-code and SRAM2/SRAM1 to store data

2.4 Flash memory overview

The Flash memory interface manages CPU AHB I-Code and D-Code accesses to the Flash memory. It implements the erase and program Flash memory operations and the read and write protection mechanisms. It accelerates code execution with a system of instruction prefetch and cache lines.

The Flash memory is organized as follows:

Refer to Section 3: Embedded Flash memory interface for more details.

2.5 Bit banding

The Cortex ® -M4 with FPU memory map includes two bit-band regions. These regions map each word in an alias region of memory to a bit in a bit-band region of memory. Writing to a word in the alias region has the same effect as a read-modify-write operation on the targeted bit in the bit-band region.

In the STM32F4x3xx devices both the peripheral registers and the SRAM1 are mapped to a bit-band region, so that single bit-band write and read operations are allowed. The operations are only available for Cortex ® -M4 with FPU accesses, and not from other bus masters (e.g. DMA).

A mapping formula shows how to reference each word in the alias region to a corresponding bit in the bit-band region. The mapping formula is:

\[ bit\_word\_addr = bit\_band\_base + (byte\_offset \times 32) + (bit\_number \times 4) \]

where:

Example

The following example shows how to map bit 2 of the byte located at SRAM1 address 0x20000300 to the alias region:

\[ 0x22006008 = 0x22000000 + (0x300*32) + (2*4) \]

Writing to address 0x22006008 has the same effect as a read-modify-write operation on bit 2 of the byte at SRAM1 address 0x20000300.

Reading address 0x22006008 returns the value (0x01 or 0x00) of bit 2 of the byte at SRAM1 address 0x20000300 (0x01: bit set; 0x00: bit reset).

For more information on bit-banding, refer to the Cortex®-M4 with FPU programming manual (see Related documents on page 1 ).

2.6 Boot configuration

Due to its fixed memory map, the code area starts from address 0x0000 0000 (accessed through the ICode/DCode buses) while the data area (SRAM) starts from address 0x2000 0000 (accessed through the system bus). The Cortex®-M4 with FPU CPU always fetches the reset vector on the ICode bus, which implies to have the boot space available only in the code area (typically, Flash memory). STM32F4xx microcontrollers implement a special mechanism to be able to boot from other memories (like the internal SRAM).

In the STM32F4x3xx, three different boot modes can be selected through the BOOT[1:0] pins as shown in Table 2 .

Table 2. Boot modes

Boot mode selection pinsBoot modeAliasing
BOOT1BOOT0
x0Main Flash memoryMain Flash memory is selected as the boot space
01System memorySystem memory is selected as the boot space
11Embedded SRAMEmbedded SRAM is selected as the boot space

The values on the BOOT pins are latched on the 4th rising edge of SYSCLK after a reset. It is up to the user to set the BOOT1 and BOOT0 pins after reset to select the required boot mode.

BOOT0 is a dedicated pin while BOOT1 is shared with a GPIO pin. Once BOOT1 has been sampled, the corresponding GPIO pin is free and can be used for other purposes.

The BOOT pins are also resampled when the device exits the Standby mode. Consequently, they must be kept in the required Boot mode configuration when the device is in the Standby mode. After this startup delay is over, the CPU fetches the top-of-stack value from address 0x0000 0000, then starts code execution from the boot memory starting from 0x0000 0004.

Note: When the device boots from SRAM, in the application initialization code, you have to relocate the vector table in SRAM using the NVIC exception table and the offset register.

Embedded bootloader

The embedded bootloader mode is used to reprogram the Flash memory using one of the interface described in the table below. The availability of the interface is package dependent.

Table 3. Embedded bootloader interfaces

PackageUSART1
PA9/
PA10
USART2
PD6/
PD5
USART3
PB11/
PB10
I2C1
PB6/
PB7
I2C2
PF0/
PF1
I2C3
PA8/
PB4
I2C
FMP1
PB14/
PB15
SPI1
PA4/
PA5/
PA6/
PA7
SPI3
PA15/
PC10/
PC11/
PC12
SPI4
PE11/
PE12/
PE13/
PE14
CAN2
PB5/
PB13
USB
PA11
/P12
UFQFPN48Y--Y-YYY--YY
LQFP64Y--Y-YYYY-YY
WLCSP81Y--Y-YYYYYYY
LQFP100YY-Y-YYYYYYY
LQFP144YYYYYYYYYYYY
UFBGA100YYYY-YYYYYYY
UFBGA144YYYYYYYYYYYY

The USART peripherals operate at the internal 16 MHz oscillator (HSI) frequency, while the CAN and USB OTG FS require an external clock (HSE) multiple of 1 MHz (ranging from 4 to 26 MHz).

The embedded bootloader code is located in system memory. It is programmed by ST during production. For additional information, refer to application note AN2606.

Physical remap in STM32F413/423

Once the boot pins are selected, the application software can modify the memory accessible in the code area (in this way the code can be executed through the ICode bus in place of the System bus). This modification is performed by programming the Section 8.2.1: SYSCFG memory remap register (SYSCFG_MEMRMP) in the SYSCFG controller.

The following memories can thus be remapped:

Table 4. Memory mapping vs. Boot mode/physical remap in STM32F413/423
AddressesBoot/Remap in main Flash memoryBoot/Remap in embedded SRAMBoot/Remap in System memory
0x2000 0000 - 0x2003 FFFFSRAM (256 KB)SRAM (256KB)SRAM (256KB)
0x1FFF 0000 - 0x1FFF 77FFSystem memorySystem memorySystem memory
0x0802 0000 - 0x1FFE FFFFReservedReservedReserved
0x0800 0000 - 0x080F FFFFFlash memoryFlash memoryFlash memory
0x0400 000 - 0x07FF FFFFReservedReservedReserved
0x0000 0000 - 0x0003 FFFF (1)Flash (1M) AliasedSRAM1 (256 KB)
Aliased
System memory
(30 KB) Aliased
  1. 1. Even when aliased in the boot memory space, the related memory is still accessible at its original memory space.