Registered User |
Registered User |
||
Line 24: | Line 24: | ||
| Installation || | | Installation || | ||
* Go to the host PC directory in which you want to install the Developer Package (''<Developer Package installation directory>''); if you follow the [[Example of directory structure for Packages|proposition to organize the working directory]], it means: | * Go to the host PC directory in which you want to install the Developer Package (''<Developer Package installation directory>''); if you follow the [[Example of directory structure for Packages|proposition to organize the working directory]], it means: | ||
$ cd {{HighlightParam|''<working directory path>''}}/Developer-Package | {{PC$}} cd {{HighlightParam|''<working directory path>''}}/Developer-Package | ||
* Download the archive file in this directory | * Download the archive file in this directory | ||
* Uncompress the archive file to get the STM32CubeMP1 Package: | * Uncompress the archive file to get the STM32CubeMP1 Package: | ||
$ unzip {{EcosystemRelease/Package | revision=3.0.0 | package=STM32CubeMP1 | request=name}} | {{PC$}} unzip {{EcosystemRelease/Package | revision=3.0.0 | package=STM32CubeMP1 | request=name}} | ||
|- | |- |
Revision as of 18:27, 31 March 2021
This article aims to give the following information:
- How to download and install the latest STM32CubeMP1 Package for the STM32 microprocessor Series
- Where to find the associated release note
- Where to find the previous releases (archives)
![]() |
To use efficiently this package, please go through the Developer Package article relative to your STM32 microprocessor Series: Category:Developer Package |
1. STM32MP15-Ecosystem-v3.0.0 release[edit source]
- The STM32CubeMP1 Package is delivered through an archive file named unknown revision.
- Download and install the STM32CubeMP1 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 (SLA). The detailed content licenses can be found here.
![]() |
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 |
.
STM32MP1 Developer Package STM32CubeMP1 Package - v3.0.0 release | |
---|---|
Download |
You need to be logged on my.st.com before accessing the following link: |
Installation |
<working directory path>/Developer-Packagecd
unknown revisionunzip |
Release note |
Details about the content of the STM32CubeMP1 Package are available in the STM32Cube_FW_MP1_V1.4.0/Release_Notes.html file.
|
- The STM32CubeMP1 Package installation directory is in the <Developer Package installation directory> directory, and is named STM32Cube_FW_MP1_V1.4.0:
unknown revision STM32CubeMP1 Package: details in STM32CubeMP1 Package content article ├── 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 └── [...]
2. Archives
[edit source]
This wiki is for the v2 ecosystem releases. For information about the previous ecosystem releases, please go through the Wiki archives.