發(fā)現(xiàn)有很多朋友居然不知道STM32CubeProgrammer這個(gè)工具,今天暫且簡(jiǎn)單講述一下吧。
1STM32CubeProgrammer介紹
STM32CubeProgrammer這個(gè)工具大概也是在去年這個(gè)時(shí)候推出來(lái)的,差不多有一年了。
它的主要功能就是Programmer編程,功能和STM32 ST-LINK Utility有很多相似之處,但引入了一些新的功能。比如UART and USB DFU bootloader。
主要特點(diǎn)
擦除,編程,查看和驗(yàn)證設(shè)備閃存的內(nèi)容
支持Motorola S19,Intel HEX,ELF和二進(jìn)制格式
支持調(diào)試和引導(dǎo)加載程序接口:
ST-LINK調(diào)試探針(JTAG / SWD)
UART和USB DFU引導(dǎo)加載程序接口
通過(guò)外部Flash加載器的示例來(lái)編程,擦除和驗(yàn)證外部存儲(chǔ)器,以幫助用戶開(kāi)發(fā)用于特定外部存儲(chǔ)器的加載器
自動(dòng)執(zhí)行STM32編程(擦除,驗(yàn)證,編程,配置選項(xiàng)字節(jié))
允許OTP內(nèi)存編程
支持選項(xiàng)字節(jié)的編程和配置
通過(guò)腳本提供自動(dòng)化的命令行界面
ST-LINK固件更新
使用STM32 Trusted Package Creator工具實(shí)現(xiàn)安全的固件創(chuàng)建
多支持操作系統(tǒng):Windows、 Linux、 macOS
地址:
https://www.st.com/content/st_com/en/products/development-tools/software-development-tools/stm32-software-development-tools/stm32-programmers/stm32cubeprog.html?icmp=tt6238_gl_bn_dec2017.html
2
STM32CubeProgrammer安裝問(wèn)題
安裝的時(shí)候出現(xiàn)的問(wèn)題基本上都是沒(méi)有安裝,或錯(cuò)誤安裝JRE導(dǎo)致,比如出現(xiàn)如下提示:
還有,在windows上可能因?yàn)闄?quán)限問(wèn)題,以管理員身份方式運(yùn)行有可能會(huì)得到解決。
同時(shí),STM32CubeMX這個(gè)工具也存在同樣問(wèn)題,所以需要安裝JRE才行??梢栽诰€安裝,也可以離線安裝。
JRE地址:
https://www.java.com/en/download/manual.jsp
3
STM32CubeProgrammer升級(jí)
就在這前不久STM32CubeProgrammer升級(jí)到V1.4.0版本了。主要更新內(nèi)容:
這里新增兩條內(nèi)容:
Added STM32CubeProgrammer C++ API
Added support of secure firmware install on STM32L462CEU6F
第2條估計(jì)都還好理解,第1條是什么意思呢?
安裝好STM32CubeProgrammer-1.4.0之后,在安裝目錄下有關(guān)于api相關(guān)的說(shuō)明文檔STM32CubeProgrammer_API.chm:
In addition to the graphical user interface and the commandline interface, STM32CubeProgrammer offers a C++ API that you could use to develop your own application and benefit of wide range of features to program STM32 microcontrollers memories (such as Flash, RAM, and OTP) either over debug interface or bootloder interface (USB DFU, UART, I2C, SPI and CAN).
大概意思就是:除了使用STM32CubeProgrammer這套界面和命令行工具編程之外,還提供這套API接口對(duì)STM32的FLASH、RAM和OTP編程,基于USB DFU, UART, I2C, SPI and CAN的bootloder。(主要作用還是Progrom)
API包例子
兼容Visual Studio和Qt工具的8個(gè)例子:
3 examples with ST-LINK debug interface (JTAG/SWD) with different scenarios.
One example with SPI bootloader via ST-LINK/V3
One example with CAN bootloader via ST-LINK/V3
One example with I2C bootloader via ST-LINK/V3
One example with USB DFU bootloader
One example with UART bootloader
比如基于Visual studio:
關(guān)于這個(gè)API更多詳細(xì)內(nèi)容,大家可以下載安裝了解:
-
programmer
+關(guān)注
關(guān)注
0文章
18瀏覽量
27757 -
stm32cubemx
+關(guān)注
關(guān)注
5文章
283瀏覽量
14786 -
st-link
+關(guān)注
關(guān)注
1文章
43瀏覽量
9609
發(fā)布評(píng)論請(qǐng)先 登錄
相關(guān)推薦
評(píng)論