Last edited 5 months ago

Install STM32CubeMP2 package

Applicable for STM32MP25x lines

1. Overview[edit source]

This stage explains how to install the STM32CubeMP2 package.

2. Install STM32CubeMP2 package[edit source]

  • The STM32CubeMP2 Package is delivered through an archive file named en.stm32cubemp2-v1.0.0.zip.

  • Download and install the STM32CubeMP2 Package

The software package is provided AS IS, and by downloading it, you agree to be bound to the terms of the software license agreement (SLA0048). The detailed content licenses can be found here.

STM32MP2 Developer Package STM32CubeMP2 Package - v5.1.0 release
Download
  • If you didn't retrieve yet the file en.stm32cubemp2-v1.0.0.zip, download it via this link.
  • Rename the downloaded "STM32CubeMP2-main.zip" archive file in en.stm32cubemp2-v1.0.0.zip.
Installation
cd <working directory path>/Developer-Package
  • Download the archive file in this directory
  • Uncompress the archive file to get the STM32CubeMP2 Package:
unzip en.stm32cubemp2-v1.0.0.zip
Release note

Details about the content of the STM32CubeMP2Package are available in the STM32CubeMP2/Release_Notes.html file.

Archive box.png If you are interested in older releases, please have a look into the section Archives.

  • The STM32CubeMP2 Package installation directory is in the <Developer Package installation directory> directory, and is named STM32Cube_FW_MP2_V1.0.0:
STM32Cube_FW_MP2_V1.0.0			STM32CubeMP2 Package: details in STM32CubeMP2 Package content article
├── Drivers
│   ├── BSP				BSP drivers for the supported STM32MP2 boards
│   │   └── [...]
│   ├── CMSIS
│   │   └── [...]
│   └── STM32MP2xx_HAL_Driver		HAL drivers for the supported STM32MP2 devices
│       └── [...]
├── _htmresc
│   └── [...]
├── License.md
├── Middlewares
│   └── [...]
├── package.xml
├── Projects
│   ├── STM32CubeProjectsList.html	List of examples and applications for STM32CubeMP2 Package
│   └── STM32MP257F-EV1			Set of examples and applications → STM32MP25 Evaluation boards
│       └── [...]
├── Readme.md
├── Release_Notes.html			Release note for STM32CubeMP2 Package
└── Utilities
    └── [...]