Keil 配置bin文件
1、在User中勾选build,在命令中添加下面
D:\SoftWare\Keil_v5\ARM\ARMCLANG\bin\fromelf.exe --bin --output D:\code\Fwlib-Template\Project\Objects\BH-F103.bin D:\code\Fwlib-Template\Project\Objects\BH-F103.axf
这里的bin文件名在Output中修改
然后在重新编译一下就可以生成了
1、在User中勾选build,在命令中添加下面
D:\SoftWare\Keil_v5\ARM\ARMCLANG\bin\fromelf.exe --bin --output D:\code\Fwlib-Template\Project\Objects\BH-F103.bin D:\code\Fwlib-Template\Project\Objects\BH-F103.axf
这里的bin文件名在Output中修改
然后在重新编译一下就可以生成了