Install STM32Cube MP1 package

< Getting started‎ | STM32MP1 boards‎ | STM32MP157x-EV1‎ | Develop on Arm® Cortex®-M4
Revision as of 09:06, 8 October 2019 by Registered User

STM32MP157C-EV1.png
Develop on Arm® Cortex®-M4 What's next
Step category in.png Install the IDE Step.png Install STM32Cube MP1 package Step.png Modify, rebuild and reload a firmware Step category out.png


1 Overview[edit]

This stage explains how to install the STM32Cube MP1 Package.

2 Install STM32Cube MP1 package[edit]

The software package is provided AS IS, and by downloading it, you agree to be bound to the terms of the software license agreement (SLA). The detailed content licenses can be found 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
2.1 For ecosystem release v1.2.0 More info.png[edit]
  • Download STM32CubeMP1 Package v1.2.0 to the following directory:
    $HOME/STM32MPU_workspace/STM32MP15-Ecosystem-v1.2.0/Developer-Package
  • Uncompress the archive file to get the STM32CubeMP1 Package
 unzip en.stm32cubemp1_v1-2-0.zip
2.2 For ecosystem release v1.1.0 More info.png[edit]
  • Download STM32CubeMP1 Package v1.1.0 to the following directory:
    $HOME/STM32MPU_workspace/STM32MP15-Ecosystem-v1.1.0/Developer-Package
  • Uncompress the archive file to get the STM32CubeMP1 Package
 unzip en.stm32cubemp1_v1-1-0.zip
2.3 For ecosystem release v1.0.0 More info.png[edit]
  • Download STM32CubeMP1 Package v1.0.0 to the following directory:
    $HOME/STM32MPU_workspace/STM32MP15-Ecosystem-v1.0.0/Developer-Package
  • Uncompress the archive file to get the STM32CubeMP1 Package
 unzip en.stm32cubemp1_v1-0-0.zip

3 STM32Cube MP1 package structure[edit]

3.1 For ecosystem release v1.2.0 More info.png[edit]

The STM32Cube MP1 Package is located in your $HOME/STM32MPU_workspace/STM32MP15-Ecosystem-v1.2.0/Developer-Package directory and is named STM32Cube_FW_MP1_V1.2.0:

STM32Cube_FW_MP1_V1.2.0
├── Drivers
│   ├── BSP                          BSP drivers for the supported STM32MP1 boards
│   │   └── [...]
│   ├── CMSIS
│   │   └── [...]
│   └── STM32MP1xx_HAL_Driver        HAL drivers for the supported STM32MP1 devices
│       └── [...]
├── _htmresc
│   └── [...]
├── License.md
├── Middlewares
│   └── [...]
├── package.xml
├── Projects
│   ├── STM32CubeProjectsList.html   List of examples and applications for STM32CubeMP1 Package
│   ├── STM32MP157C-DK2              Set of examples and applications → STM32MP15 Discovery kits
│   │   └── [...]
│   └── STM32MP157C-EV1              Set of examples and applications → STM32MP15 Evaluation boards
│       └── [...]
├── Readme.md
├── Release_Notes.html               Release note for STM32CubeMP1 Package
└── Utilities
    └── [...]
3.2 For ecosystem release v1.1.0 More info.png[edit]

The STM32Cube MP1 Package is located in your $HOME/STM32MPU_workspace/STM32MP15-Ecosystem-v1.1.0/Developer-Package directory and is named STM32Cube_FW_MP1_V1.1.0:

STM32Cube_FW_MP1_V1.1.0
├── Drivers
│   ├── BSP                          BSP drivers for the supported STM32MP1 boards
│   │   └── [...]
│   ├── CMSIS
│   │   └── [...]
│   └── STM32MP1xx_HAL_Driver        HAL drivers for the supported STM32MP1 devices
│       └── [...]
├── _htmresc
│   └── [...]
├── License.md
├── Middlewares
│   └── [...]
├── package.xml
├── Projects
│   ├── STM32CubeProjectsList.html   List of examples and applications for STM32CubeMP1 Package
│   ├── STM32MP157C-DK2              Set of examples and applications → STM32MP15 Discovery kits
│   │   └── [...]
│   └── STM32MP157C-EV1              Set of examples and applications → STM32MP15 Evaluation boards
│       └── [...]
├── Readme.md
├── Release_Notes.html               Release note for STM32CubeMP1 Package
└── Utilities
    └── [...]
3.3 For ecosystem release v1.0.0 More info.png[edit]

The STM32Cube MP1 Package is located in your $HOME/STM32MPU_workspace/STM32MP15-Ecosystem-v1.0.0/Developer-Package directory and is named STM32Cube_FW_MP1_V1.0.0:

STM32Cube_FW_MP1_V1.0.0
├── Drivers
│   ├── BSP                          BSP drivers for the supported STM32MP1 boards
│   │   └── [...]
│   ├── CMSIS
│   │   └── [...]
│   └── STM32MP1xx_HAL_Driver        HAL drivers for the supported STM32MP1 devices
│       └── [...]
├── _htmresc
│   └── [...]
├── License.md
├── Middlewares
│   └── [...]
├── package.xml
├── Projects
│   ├── STM32CubeProjectsList.html   List of examples and applications for STM32CubeMP1 Package
│   ├── STM32MP157C-DK2              Set of examples and applications → STM32MP15 Discovery kits
│   │   └── [...]
│   └── STM32MP157C-EV1              Set of examples and applications → STM32MP15 Evaluation boards
│       └── [...]
├── Readme.md
├── Release_Notes.html               Release note for STM32CubeMP1 Package
└── Utilities
    └── [...]



Back button.png Overview button.png Next button.png