This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

tools to convert binary data file to hex compatible with nrfjprog

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

Parents Reply
  • I think original Makefile.common in the examples also use arm-none-eabi-objcopy to convert .out to .hex. I checked the link you shared already, the following options didn't make a difference, still flashing to 0x0. Now I am contemplating manually changing the hex file I created.

    --set-start=val] [--adjust-start=incr] [--change-addresses=incr] [--change-section-address sectionpattern{=,+,-}val]

Children
No Data
Related