在平时开发时,总是会遇到将代码生成bin文件的时候,比如Bootloader。使用S32DS可以通过设置直接编译生成bin文件。

首先,要将工程转换成Release模式
S32 Design Studio IDE for Arm教程五之输出bin文件代码

工程名Temple点击右键,选择Properties
S32 Design Studio IDE for Arm教程五之输出bin文件代码

点击C/C++ Build中的Settings,将Create flash image打勾,点击OK
S32 Design Studio IDE for Arm教程五之输出bin文件代码

再次右击工程名,进入Properties,点击Settings中的Flash ImageGeneral,选择Raw binary,点击OK
S32 Design Studio IDE for Arm教程五之输出bin文件代码

再次编译文件,会发现生成了bin文件
S32 Design Studio IDE for Arm教程五之输出bin文件代码

相关文章:

  • 2022-12-23
  • 2021-12-20
  • 2022-12-23
  • 2023-02-15
  • 2021-10-11
  • 2021-10-10
  • 2021-11-28
猜你喜欢
  • 2021-08-11
  • 2021-08-26
  • 2022-01-18
  • 2021-10-08
  • 2021-08-24
  • 2021-11-28
  • 2022-01-02
相关资源
相似解决方案