Last edited 5 months 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. STM32Cube-v1.0.0 release[edit | edit source]

  • The STM32CubeMP13 Package is delivered through an archive file named en.stm32cubemp13-v1-0-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 [[unknown distribution#Top Software license agreement (SLA) and third-party licences|software license agreement (SLA)]]. The detailed content licenses can be found [[unknown distribution|here]].

Warning white.png Warning
To download a package, it is recommended to be logged in to your "myst" account [1]. If, trying to download, you encounter a “403 error”, you could try to empty your browser cache to workaround the problem. We are working on the resolution of this problem.
We apologize for this inconvenience
STM32CubeMP13 Package - v1.0.0 release
From st.com From github
Download
  • Go on st.com to download the en.stm32cubemp13-v1-0-0.zip file.
  • Go in github Unsupported domain!
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.0.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 Unsupported domain! file.
STM32Cube_FW_MP13_V1.0.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
    └── [...]