elf固件格式转换hex转bin1arm-none-eabi-objcopy.exe -I ihex output.hex -O binary output.bin elf转hex1arm-none-eabi-objcopy.exe -O ihex output.elf