山姆的編程實作分享。。。

Sam Blog, Sam Sharing, Sam Studio

2020年12月19日

[Embedded] STM32 Software Tools


ST 提供的 STM32 Software Tools 有

其中 STM32 CubeMX 和 STM32 CubeIDE 是必要軟體開發工具程式


STM32 CubeMX : 

It is a GUI configuration tool for STM32 MCUs, as well as the generation of the corresponding C initialization code for the Arm Cortex-M processor。

STM32 CubeIDE : 

It is a C/C++ development tool that is based on Eclipse/CDT framework , GDB debugging and GCC toolchain。 It also integrates peripheral configuration, code generation, code compilation and debug features for STM32 MCUs。

The debugging feature includes the view of CPU core registers, memories, and peripheral registers, as well as live variable watch through ST-Link (SWD/JTAG)。

STM32 CubeProgrammer : 

It is a programming tool for STM32 MCUs and the tool provides GUI and CLI type programs.。The developer can read, write and verify device internal memory through bootloader and ST-Link (SWD/JTAG) interfaces。

STM32 CubeMonitor : 

It is a set of software monitor tools。The monitor tools have CubeMonitor-RF, CubeMonitor-Power, CubeMonitor-UCPD。


以上資料都是來自 https://wiki.st.com/stm32mcu/wiki/STM32StepByStep:STM32MCU_basics

熱門文章