tags: STM32
The main purpose is to keep a record of the download link, instead of opening Baidu-searching ST step by step. Click onSTM32CubeMX - STM32Cube initialization code generator - STMicroelectronics, See the following interface:

Slide the page to the middle position, you can see the download button, and select the software version:
Back to the top of the page, click Tools&Software:

You can download related tools and software on this interface. Scroll down the page to find the packs of STM32CubeIDE and STM32 series.


Finally, record the difference between STM32CubeMX and STM32CubeIDE:
Cubemx is a graphical configuration tool, the biggest advantage is to help users generate the corresponding initialization code.
CubeIde is a compiler, the biggest function is to help users compile and debug code, including the project code generated by cubemx. Cubeide also integrates the cubemx tool.
cubeIDE = cubeMX + Keil;[If you use keil]
cubeIDE = cubeMX + IAR;[if you use IAR]
cubeIDE = cubeMX + STUDIO;[if you use Studio]
Post a very detailed download and installation tutorial:STM32CubeMX introduction, download and installation
Table of contents Preface 1. Download address: 2. Installation steps 3. Install the HAL library Summarize Preface Tip: All download links in this article are permanently valid and all are publicly and...
【HAL Library】STM32CubeMX Development---STM32F407----Catalog STM32CubeMX installation package (Win-6.6.1) --- Download link STM32CubeMX Download Step 1: Click the official website link to download Offi...
1. Download and installation of STM32CubeMX Step 1: Download the application software 1.1 Software download address: www.st.com/stm 32 cubemx 1.2 The establishment of JAVA development environment, JAV...
Install and use STM32CubeMX software and HAL library installation STM32CubeMX software installation What is STM32CubeMX? STM32CubeMX is a software made by ST Company for the STM32 series of single-chi...
For developers of MCUs, data sheets are very important. However, it is difficult for general developers (such as me) to directly configure a function through the chip manual. A peripheral often has mo...
Like it first, then read the blog, and by the way, click to encourage it. If you have finished reading the article and think it is good, you can select a collection so that you will not get lost in th...
"If you want to be good at work, you must first sharpen your tools." We all know that using good tools will do more with less. In the development of STM32, STM32CubeMX is an IDE launched by ...
STM32CubeMX is a graphical tool for STM32 microcontrollers, which can generate engineering code in a graphical manner. Now the official also has the Chinese manual of this software. Now let's talk abo...
Version : 5.2.1 IC :STM32F103RBT6 1. Enter the chip model and select the corresponding package. After selecting the corresponding chip, you can download the corresponding datasheet and cl...
1. Problem Description Use STM32F1 engineering STM32CubeMX generated after use CMSIS-DAP download manager once, causing the problem can not be downloaded, as,Downloader can be detected, but can not co...