I have a binary data file that I would like to program in flash at defined address on a nrf52 device
Which tool do you advise that generate hex intel file format by providing binary data filename and base address
Thanks
I have a binary data file that I would like to program in flash at defined address on a nrf52 device
Which tool do you advise that generate hex intel file format by providing binary data filename and base address
Thanks
Use arm-none-eabi-objcopy from GCC for ARM, it has various input output options and BIN to HEX is supported (you supply target address as parameter, see the documentation).
Read manual. Btw. one would wonder why doing it so complicated when basically every toolchain today supports direct Intel HEX output?
Read manual. Btw. one would wonder why doing it so complicated when basically every toolchain today supports direct Intel HEX output?