美文网首页
意法半导体STM32CubeIDE生成hex、bin文件

意法半导体STM32CubeIDE生成hex、bin文件

作者: 小灰_06e4 | 来源:发表于2019-07-10 10:41 被阅读0次

1、在Project Exploer鼠标右键点击工程名

2、选择properties  ---->  c/c++ Build  ----> Settings

3 、Tool Settings   ----> MCU Post build outputs 

4、bin文件:选Convert to binary file (-O binary)

5、hex文件:选Convert to Hex file  (-O ihex)

如下图所示:

相关文章

网友评论

      本文标题:意法半导体STM32CubeIDE生成hex、bin文件

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