STM32CubeMX installation1、Software download1.1、Download URL1.2、Choosing a platform1.3、Filling in information2、Software Installation2.1、Open the installer2.2、Installation Process - Setup3、Software configuration3.1、Open the application3.2、Sign-up - Login to your account3.3、Installing the firmware package4、Software Usage4.1、Chip selection4.2、Pin layout and configuration4.3、Clock configuration4.4、Project management4.5、Generative engineering5、Project folder5.1、Demo5.2、Writing the code
The development tool used for the tutorial is the STM32CubeIDE software,STM32CubeMX is integrated in the STM32CubeIDE software, so learning STM32CubeMX is beneficial to understand the STM32CubeIDE graphical configuration interface.
ST Official website:https://www.st.com/content/st_com/en/stm32cubemx.html
The email address needs to be filled in accurately, and the software download link will be sent to you by email
xxxxxxxxxx
Click on the link to go to the official website, the website will automatically jump out of the software compressed package download window
Open the installation package as an administrator
xIf you open the software installation package, then you see "NSIS ERROR: error launching installer" error:
Please put the package in the path without Chinese characters
xxxxxxxxxx
The following are recommended to use the default installation location of the software and the path does not contain Chinese characters
Familiar with software options and functions.
Unable to download firmware package without login account.
xxxxxxxxxx
Email information Fill in accurate information
xxxxxxxxxx
On the right is the password format requirement. Sometimes if the submission is unsuccessful, wait a few minutes or re-enter this page.
xxxxxxxxxx
On the right is the password format requirements, sometimes if the submission is not successful, wait a few minutes or re-enter this page
xxxxxxxxxx
Install or uninstall is to check the box in front of the chip firmware package, click this option will not have install and uninstall options
xxxxxxxxxx
Login to your account before downloading
Using STM32CubeMX is mainly used for STM32 configuration and initialization code generation.
xxxxxxxxxx
This article mainly introduces the common function options, and will not demonstrate the peripheral driver
xxxxxxxxxx
Double-click the left mouse button on the specific chip model to enter the engineering interface
xxxxxxxxxx
System Core:Configure DMA (DMA controller), GPIO (General Input and Output), IWDG (Independent watchdog), NVIC (Nested Vector Interrupt controller), RCC (Clock controller), SYS (system debug), WWDG (window watchdog)
Analog:Configure ADC (analog to digital conversion), DAC (digital to analog conversion) peripherals
Timers:Configure RTC(real-time clock) and TIM (timer) peripherals
Connectivity:Configure CAN, I2C, SPI, USART, USB and other connection peripherals
Multimedia:Configure I2S and other audio data transmission peripherals
Computing:Configure the CRC check peripheral
Middleware and Software Packs:Configure middleware such as RTOS
xxxxxxxxxx
Refer to the options involved in the red line
xxxxxxxxxx
STM32CubeMX can generate MDK-ARM, STM32CubeIDE, EWARM and other project files
MDK-ARM project file is generated here
xxxxxxxxxx
Choose the library to use for your initialization code: the HAL library is demonstrated here
①:Use the STM32CubeMX software to open the file and reconfigure the project
②:Corresponding MDK-ARM project file
USER CODE must be somewhere between USER CODE BEGIN and User code END,otherwise the next project file generated with STM32CubeMX will remove code outside that location