本文為大家匯總 STM32 常用的一些開發(fā)工具。
IDE(集成開發(fā)環(huán)境)
IDE:Integrated Development Environment,集成開發(fā)環(huán)境。IDE通常包含編輯器、編譯器、調(diào)試器、圖形用戶界面等集成多種工具的應(yīng)用程序(也就是大家寫代碼的上位機(jī)軟件)。
通用IDE
1.Keil MDK
網(wǎng)址:https://www.keil.com/
后續(xù)可能會(huì)將Keil MDK 升級(jí)為 Keil Studio。
2.IAR EWARM
網(wǎng)址:https://www.iar.com/
3.Embedded Studio
網(wǎng)址:https://www.segger.com/products/development-tools/embedded-studio/(公號(hào)不支持外鏈接,請(qǐng)復(fù)制鏈接到瀏覽器打開)
專用IDE
1.STM32CubeIDE
網(wǎng)址:https://www.st.com/en/development-tools/stm32cubeide.html
ST官方推出的集成開發(fā)環(huán)境,集成了 TrueSTUDIO + STM32CubeMX 兩個(gè)工具。
2.RT-Thread Studio
網(wǎng)址:https://www.rt-thread.org/page/studio.html
該IDE支持大部分STM32,集成了RT-Thread實(shí)時(shí)操作系統(tǒng)。
搭建IDE
自己搭建開發(fā)環(huán)境,首先你要明白開發(fā)環(huán)境中包含哪些內(nèi)容(編輯器、編譯器、鏈接器等),然后自己用幾個(gè)工具集成在一起。
下面推薦幾個(gè)常見的搭建環(huán)境的工具:
Eclipse https://www.eclipse.org/
VS Code https://code.visualstudio.com/
GCC http://gcc.gnu.org/
下載編程工具
針對(duì)STM32的下載編程工具很多,有官方的工具,也有第三方的工具,同時(shí)有硬件工具,也有軟件工具。
硬件:下載器
能對(duì)STM32下載程序的下載器,還是主推官方的ST-Link,目前有最新的第三代 ST-Link V3了,下載速度提升了很多。其次,就是通用的J-Link、ULink,這款下載器能支持很多MCU的下載,缺點(diǎn)就是價(jià)格貴。再次,就是一些第三方的CMSIS-DAP Debugger。
軟件:編程工具
這是還是推薦ST官方的一些編程工具:STM32CubeProg、ST-LINK Utility、STVP、STMFlashLoader等。
1.STM32CubeProg
地址:https://www.st.com/en/development-tools/stm32cubeprog.html
2.ST-LINK Utility
地址:https://www.st.com/en/development-tools/stsw-link004.html
3.STVP
地址:https://www.st.com/en/development-tools/stvp-stm32.html
STVP是ST早期的編程工具,支持早期的ST7,以及STM8、STM32芯片?,F(xiàn)在都沒有更新了,如果是STM32,建議使用最新的STM32CubeProg工具。
4.STMFlashLoader
地址:https://www.st.com/en/development-tools/flasher-stm32.html
這款工具是使用UART串口進(jìn)行下載的編程工具。針對(duì)STM32的下載編程工具主要就推薦這些,當(dāng)然,還有一些第三方的工具,感興趣的可以自行了解。
其他工具:STM32的生態(tài)軟件和工具比較多,這里推薦幾個(gè)。
1.STM Studio
STM Studio是一款調(diào)試診斷工具,比如監(jiān)控變量:
地址:https://www.st.com/en/development-tools/stm32-software-development-tools.html
2.STM32CubeMonitorSTM32CubeMonitor是前面STM Studio的“升級(jí)版”,目前屬于STM32Cube生態(tài)系統(tǒng)中的一員,支持配置、查看更多信息。
地址:https://www.st.com/en/development-tools/stm32cubemonitor.html
3.STM32TrustSTM32Trust是一套STM32解決方案,包含了各種工具。
網(wǎng)址:https://www.st.com/content/st_com/en/ecosystems/stm32trust.html
4.更多ST官方羅列一些軟件工具,大家感興趣可以自行了解。
嵌入式軟件:https://www.st.com/en/embedded-software/stm32-embedded-software.html
STM32Cube生態(tài):https://www.st.com/content/st_com/en/ecosystems/stm32cube-ecosystem.html
由于篇幅有限,先分享這些,后續(xù)有機(jī)會(huì)再次整理分享。
作者 | strongerHuang
微信公眾號(hào) | 嵌入式專欄