Last edited one month ago

STM32MP13 Developer Package - STM32CubeMP13 Package

Applicable for STM32MP13x lines

This article aims to give the following information:

  • How to download and install the latest STM32CubeMP13 Package for the STM32 microprocessor series
  • Where to find the associated release note
  • Where to find the previous releases (archives)

1 STM32CubeMP13-v1.1.0 release[edit source]

  • The STM32CubeMP13 Package is delivered through an archive file named en.stm32cubemp13-v1-1-0.zip.

  • Download and install the STM32CubeMP13 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.

STM32CubeMP13 Package - v1.1.0 release
From st.com From github
Download
  • Go on st.com to download the en.stm32cubemp13-v1-1-0.zip file.
Installation
  • Go to the host PC directory in which you want to install the Package
  • Uncompress the archive file to get the STM32CubeMP13 Package
  • Installation of package can be done in two ways:
    • Download ZIP (STM32CubeMP13-1.1.0.zip)
    • Clone the git repo
Release note Details about the content of the STM32CubeMP13 Package are available in STM32CubeMP13 Package content article and in the Release_Notes.html file.
STM32Cube_FW_MP13_V1.1.0		STM32CubeMP13 Package: details in STM32CubeMP13 Package content article
├── Drivers
│   ├── BSP				BSP drivers for the supported STM32MP13 boards
│   │   └── [...]
│   ├── CMSIS
│   │   └── [...]
│   └── STM32MP13xx_HAL_Driver		HAL drivers for the supported STM32MP13 devices
│       └── [...]
├── _htmresc
│   └── [...]
├── License.md
├── Middlewares
│   └── [...]
├── package.xml
├── Projects
│   ├── STM32CubeProjectsList.html	List of examples and applications for STM32CubeMP13 Package
│   ├── STM32MP135C-DK			Set of examples and applications → STM32MP13 Discovery kits
│   │   └── [...]
│   └── STM32MP13XX_CUSTOM_HW		Set of examples and applications → STM32MP13 Custom boards
│       └── [...]
├── Readme.md
├── Release_Notes.html			Release note for STM32CubeMP13 Package
└── Utilities
    └── [...]