Keil生成bin文件和srec文件
fromelf.exe --bincombined --output "$L@L.bin" "#L"
fromelf.exe --m32combined --output "$L@L.srec" "#L"
本文介绍如何使用Keil的fromelf工具生成适用于不同应用场景的BIN与SREC文件。通过指定输出格式与文件名,可以方便地将编译后的代码转换为适合烧录到目标设备的格式。
fromelf.exe --bincombined --output "$L@L.bin" "#L"
fromelf.exe --m32combined --output "$L@L.srec" "#L"
2598
1562
1063

被折叠的 条评论
为什么被折叠?