美文网首页
2. 创建程序

2. 创建程序

作者: T_K_233 | 来源:发表于2019-03-26 08:47 被阅读0次

创建 CubeMX 工程文件

启动 STM32CubeMX,第一次启动需要联网更新

D:\Documents\STM32\GCC\bin\arm-none-eabi-gcc.exe

D:\Documents\STM32\BuildTools\bin\make.exe

D:\Documents\STM32\OpenOCD\bin\openocd.exe

D:\Documents\STM32\OpenOCD\scripts\target\stm32f1x.cfg

D:\Documents\STM32\SVD\STM32F103xx.svd

D:/Documents/STM32/GCC/bin/arm-none-eabi-size build/Blank.elf
   text    data     bss     dec     hex filename
   2728      20    1572    4320    10e0 build/Blank.elf
D:/Documents/STM32/GCC/bin/arm-none-eabi-objcopy -O ihex build/Blank.elf build/Blank.hex
D:/Documents/STM32/GCC/bin/arm-none-eabi-objcopy -O binary -S build/Blank.elf build/Blank.bin

相关文章

网友评论

      本文标题:2. 创建程序

      本文链接:https://www.haomeiwen.com/subject/mrtdvqtx.html