STM32CubeMX Series 01 - STM32Cube Ecology

Article Directory

====>>> Article Summary<<<====

ecology

The autumn recruitment is over, I am ready to graduate, I am looking for an embedded related job, and I am doing 32 development. I used to use the standard library. Now let’s learn about the HAL library and record it. I need to copy it later.

STM32Cube is an ecosystem developed by ST. Open source and free
mainly include:

  • PC tools
    • STM32CubeMX
    • STM32CubeIDE
    • STM32CubeProgrammer
    • STM32CubeMnitor
  • software library
    • STM32 Embedded Software bricks

overview

  • STM32CubeMX: Applicable to all STM32 device code configuration tools, which can generate code initialization projects through a graphical interface.
  • STM32CubeIDE: A code editing and compiling tool that integrates STM32CubeMX internally. It can be roughly considered that STM32CubeIDE = STM32CubeMX + keil.
  • STM32CubeProgrammer: A tool for programming microcontrollers.
  • STM32CubeMnitor: Program monitoring tool.

In the learning process, using CubeMX to generate code, using keil to edit code and compile, in fact, there is basically no difference from using STM32CubeIDE directly. You can watch this.

Guess you like

Origin blog.csdn.net/weixin_46253745/article/details/127802704