dashboard
repositories
filestore
activity
search
login
main
/
ISKBoard-Demos
ISKBoard Demo project
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
update vscode task.json and add stm32flash tools
guowenxue
4 days ago
53de825c4c4d8325c02341177f62ab84897eb5ee
[ISKBoard-Demos.git]
/
stm32flash
/
bin
/
readme.txt
1
2
3
4
5
1. stm32flash.exe 是一个开源命令行工具,通过串口向 STM32 单片机的内置 ISP Bootloader 烧录、读取或校验固件,它只支持 .bin 文件。
其下载地址: https://sourceforge.net/projects/stm32flash/files/stm32flash-0.7-binaries.zip/download
2. arm-none-eabi-objcopy.exe 它拷贝自 STM32CubeIDE,是 GNU ARM 嵌入式工具链中的目标文件转换工具,常用于把编译生成的二进制
.elf/.hex 文件转换成 .bin 文件,以便烧录到单片机中。