在下图指示的位置中输入特定指令,重新编译工程即可在output文件夹下找到对应的bin和asm文件。
fromelf.exe --bin -o "$L@L.bin" "#L"
fromelf --text -a -c -o "$L@L.asm" "#L"
在下图指示的位置中输入特定指令,重新编译工程即可在output文件夹下找到对应的bin和asm文件。
fromelf.exe --bin -o "$L@L.bin" "#L"
fromelf --text -a -c -o "$L@L.asm" "#L"
本文标题:【嵌入式】在keil中生成bin和asm文件
本文链接:https://www.haomeiwen.com/subject/kkqdkktx.html
网友评论