STM32 MPU microprocessor devices

1 Extending the STM32 MCU family to the MPU world[edit]

Microcontroller units (MCUs) are built around MMU-less cores such as the Arm Cortex-M, which are very efficient for deterministic operations in a bare metal or real time operating system (RTOS) context. STMicroelectronics STM32 MCUs embed enough SRAM (static RAM) and Flash memory for many applications, and this can be completed with external memories.

Microprocessor units (MPUs) rely on cores such as the Arm Cortex-A, with memory management unit (MMU) to manage virtual memory spaces, opening the door to efficient support of a rich operating system (OS) such as Linux. A fast interconnect makes the bridge between the processing unit, high-bandwidth peripherals, external memories (RAM and NVM) and, usually, a graphical Processing Unit (GPU).

STMicroelectronics has a strong presence in MCU markets with STM32 family [1] and entered the MPU market with a first platform referenced as STM32MP15. This platform aims to address multiple market segments such as industrial, consumer, healthcare, home and building automation.

The STMicroelectronics approach for a smooth transition to the MPU world consists of putting both worlds in a single device, seeing the MCU as a subsystem of the MPU:

MCU to MPU.png


2 Multiple-core architecture concepts[edit]

Boot chain
Runtime context initialization at boot time

As seen above, the MPU is a multiple-core architecture that can interact with a wide number of peripherals. Some new concepts need to be introduced for a good understanding of the system: these concepts are explained below and are illustrated in the figure on the right.

2.1 Hardware execution contexts[edit]

Each core can run in a non-secure and - eventually - a secure (Arm Trustzone[2]) mode.
A hardware execution context corresponds to a core and security mode.
The three hardware execution contexts available on STM32 MPU devices are:

  •  Arm Cortex-A secure  (Trustzone)
  •  Arm Cortex-A non secure 
  •  Arm Cortex-M  (non-secure)

Each hardware execution context can host different firmware, depending on the platform state. The following contexts can be distinguished:

  • the boot time context, corresponding to a transitory firmware execution, when the device is booting up
  • the runtime context, corresponding to an established firmware execution, when the device is up-and-running

2.2 Firmwares executed in the runtime contexts[edit]

Each runtime context executes a given piece of firmware:

  •  Arm Cortex-A secure  (Trustzone), executes OP-TEE[3]
  •  Arm Cortex-A non secure , executes Linux[3]
  •  Arm Cortex-M  (non-secure), executes STM32Cube[3]

OP-TEE, Linux and STM32Cube are STM32MPU Embedded Software[3] components.

2.3 Peripheral assignment to the runtime contexts[edit]

The term peripheral assignment is used to identify the action to assign a set of peripherals to a runtime context. This is a user choice that can be realized via STM32CubeMX[4] or manually, in order to properly configure the boot chain[5] and the several pieces of firmware that run on the platform.

Each microprocessor peripheral-overview article shows the assignment capabilities for each peripheral, with a table similar to the example below:

Domain Peripheral Runtime allocation Comment
Instance Cortex-A S
(OP-TEE)
Cortex-A NS
(Linux)
Cortex-M
(STM32Cube)
XXX YYY YYY1 YYY1 can be assigned (single choice) to whether Cortex-A non-secure or Cortex-M
YYY2 YYY2 can only be assigned to Cortex-A secure
YYY3 YYY3 is shared accross all contexts: this is typically the case for system peripherals

Refer to How to assign an internal peripheral to a runtime context for detailed instructions.

3 STM32MP1 family microprocessors[edit]

What are the main features of an STM32 microprocessor device?
How to program STM32 microprocessor device-internal peripherals?
How to configure internal peripherals for new boards?

Click on the links in the frame below and be guided!
STM32MP1 marketing block diagram.png
STM32MP15 microprocessor

4 References[edit]




Subcategories

This category has only the following subcategory.

Pages in category "STM32 MPU microprocessor devices"

This category contains only the following page.