I am trying to get the Device Format Update tutorial to go, but run into a problem while I am programming the using the nrfjprog routine, and the programmer aborts without warning or response. This is the build output:
> nrfjprog.exe --family NRF51 --program
> "C:\Users\tux\Documents\Dropbox\nRF51\nRF51_SDK\examples\dfu\bootloader\pca10028\dual_bank_ble_s110\arm5_no_packs\_build\nrf51422_xxac.HEX"
> Parsing hex file. Reading flash area
> to program to guarantee it is erased.
> Checking that the area to write is not
> protected. Programing device.
After this none of the LEDs come on, even if the board is reset.
Note that to get to this point it was necessary to use the Target Driver to erase the device, other wise we get this message:
> nrfjprog.exe --family NRF51 --program
> "C:\Users\tux\Documents\Dropbox\nRF51\nRF51_SDK\examples\dfu\bootloader\pca10028\dual_bank_ble_s110\arm5_no_packs\_build\nrf51422_xxac.HEX"
> Parsing hex file. Reading flash area
> to program to guarantee it is erased.
> ERROR: The area to write is not
> erased.
Any ideas?
Thanks Steve