fromelf.exe指令

📅 2026/7/3 6:03:50
fromelf.exe指令
fromelf.exe指令:是MDK自带的将.axf调试文件转换成bin或者hex文件的工具。!L:输入文件keil通常是.axf或者.elfL:带扩展名输出文件通常是指.axf或者asm$L:不带扩展名的输出文件。fromelf --text -c -o $LL.asm !Lfromelf --bincombined -o $LL.bin !L