MDK中直接生成bin文件的方法

    技术2022-05-20  43

    MDK中直接生成bin文件的方法

    使用命令: fromelf.exe --bin -o "$L@L.bin" "#L" 也可以指定生成后的bin文件位置,例如   C:/Keil/ARM/BIN31/fromelf.exe --bin -o .\output/Axf_To_Bin.bin .\output/Axf_To_Bin.axf 命令行;

    最新回复(0)