Keil 生成 Bin 文件最正确的姿势
fromelf.exe --bin -o ./out.bin !L
fromelf.exe --bin --bincombined --bincombined_padding=1,0xff --output outfile.bin !L
Keil 生成 Bin 文件最正确的姿势
fromelf.exe --bin -o ./out.bin !L
fromelf.exe --bin --bincombined --bincombined_padding=1,0xff --output outfile.bin !L