elf固件格式转换

hex转bin

1
arm-none-eabi-objcopy.exe -I ihex output.hex -O binary output.bin

elf转hex

1
arm-none-eabi-objcopy.exe -O ihex output.elf