方法1:
默认选择编译输出的路径输出bin
fromelf.exe --bin -o "$L@L.bin" "#L"
保存编译
方法2:
在要输出的目录下,新建文件夹bin 和 output
选择输出目录为新建的output文件夹,并保存
C:\Keil_v5\ARM\ARMCC\bin\fromelf.exe --bin -o ./bin./ROM.bin ./output/SD.axf
参考:http://www.openedv.com/forum.php?mod=viewthread&tid=109498&highlight=bin