Registered User mNo edit summary |
Registered User |
||
Line 4: | Line 4: | ||
==Install STM32CubeMP1 package== | ==Install STM32CubeMP1 package== | ||
{{SoftwareLicenseAgreement | distribution=STM32CubeMP1 }} | {{SoftwareLicenseAgreement | distribution=STM32CubeMP1 }} | ||
* Download [{{EcosystemRelease/Package | revision=4. | * Download [{{EcosystemRelease/Package | revision=4.1.0 | package=STM32CubeMP1 | request=url}}/{{EcosystemRelease/Package | revision=4.1.0 | package=STM32CubeMP1 | request=name}} {{EcosystemRelease/Package | revision=4.1.0 | package=STM32CubeMP1 | request=name}}] to the following directory:<br> '''$HOME/STM32MPU_workspace/STM32MP1-Ecosystem-v4.1.0/Developer-Package''' | ||
* Uncompress the archive file to get the STM32CubeMP1 Package | * Uncompress the archive file to get the STM32CubeMP1 Package | ||
{{PC$}} unzip {{EcosystemRelease/Package | revision=4. | {{PC$}} unzip {{EcosystemRelease/Package | revision=4.1.0 | package=STM32CubeMP1 | request=name}} | ||
==STM32CubeMP1 package structure== | ==STM32CubeMP1 package structure== |
Revision as of 18:41, 17 November 2022
1. Overview[edit | edit source]
This stage explains how to install the STM32CubeMP1 package.
2. Install STM32CubeMP1 package[edit | edit source]
- Download [unknown revision/unknown revision unknown revision] to the following directory:
$HOME/STM32MPU_workspace/STM32MP1-Ecosystem-v4.1.0/Developer-Package - Uncompress the archive file to get the STM32CubeMP1 Package
unknown revisionunzip
3. STM32CubeMP1 package structure[edit | edit source]
The STM32CubeMP1 Package is located in your $HOME/STM32MPU_workspace/STM32MP1-Ecosystem-v4.0.0/Developer-Package directory. It is named unknown revision:
unknown revision ├── 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 └── [...]