nrfjprog.exe with bin files

Hi, I'm trying to program my nrf52811 by using nrfjprog.exe with a bin file. It seems to work with a .hex but when I run the .hex through srecord to create a .bin and using nrfjprog.exe with .bin file, the device gets flashed but doesn't actually function as it does with .hex. What could be the issue?

NRF5 SDK

Parents Reply
  • If you forgot to recover between steps then that could potentially make the two dumps look equal when they really aren't. Now that you know what you're looking for though I'd just recover the chip, flash the bin, and then read that UICR setting with "nrfjprog --memrd 0x10001200" (the result shouldn't be 0xffffffff). If you think it's an nrfjprog issue then you can recover and then use JLink.exe to program the bin and see if that makes a difference.

Children
Related