Registered User mNo edit summary |
Registered User (Merge articles) |
||
Line 7: | Line 7: | ||
STM32CubeProgrammer is the '''official''' STMicroelectronics tool '''to download firmware into STMicroelectronics boards'''. | STM32CubeProgrammer is the '''official''' STMicroelectronics tool '''to download firmware into STMicroelectronics boards'''. | ||
==STM32CubeProgrammer - Version v2. | ==STM32CubeProgrammer - Version v2.15.0== | ||
<onlyinclude> | <onlyinclude> | ||
{| class="st-table" width=98% | {| class="st-table" width=98% | ||
Line 15: | Line 15: | ||
| '''Download''' | | '''Download''' | ||
| colspan="2" | | | colspan="2" | | ||
'''Version v2. | '''Version v2.15.0''' | ||
* Go on [https://www.st.com/en/development-tools/stm32cubeprog.html#get-software st.com] to download the STM32CubeProgrammer software | * Go on [https://www.st.com/en/development-tools/stm32cubeprog.html#get-software st.com] to download the STM32CubeProgrammer software | ||
* Download the archive file on your host PC in a temporary directory | * Download the archive file on your host PC in a temporary directory | ||
Line 28: | Line 28: | ||
* Execute the Linux installer, which guides you through the installation process. | * Execute the Linux installer, which guides you through the installation process. | ||
<pre>$> ./SetupSTM32CubeProgrammer-2. | <pre>$> ./SetupSTM32CubeProgrammer-2.15.0.linux</pre> | ||
* The path to the STM32CubeProgrammer binary must be added to the PATH environment variable | * The path to the STM32CubeProgrammer binary must be added to the PATH environment variable | ||
** either in each Terminal program in which the STM32CubeProgrammer binary needs to be used, using the following command: | ** either in each Terminal program in which the STM32CubeProgrammer binary needs to be used, using the following command: |
Revision as of 11:28, 28 November 2023
STM32CubeProgrammer is the official STMicroelectronics tool to download firmware into STMicroelectronics boards.
1. STM32CubeProgrammer - Version v2.15.0[edit | edit source]
STM32CubeProgrammer for Linux® host PC | STM32CubeProgrammer for Windows® host PC | |
---|---|---|
Download |
Version v2.15.0
| |
Installation |
$> ./SetupSTM32CubeProgrammer-2.15.0.linux
$> export PATH=<my STM32CubeProgrammer install directory>/bin:$PATH
$> ln -s <my STM32CubeProgrammer install directory>/bin/STM32_Programmer_CLI /home/bin/STM32_Programmer_CLI
|
|
User manual |
| |
Detailed release note |
|