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

application that uploaded with dfu not run (sdk12.2.0, bootloader_secure(debug), s130, nrf51822)

i faced with a problem :

  1. i created a private key
  2. then make public key from private key
  3. insert my public key in dfu_public_key.c
  4. build bootloader_secure(debug) project
  5. programmed softdevice 2.0.1 and bootloader (.hex) on nrf51822 (QxxAC)
  6. i created my .zip file from my application(it's work okay) and private key
  7. my nrf51822 go to bootloader mode ( addvertise "DfuTarg") ( i can see it)
  8. i uploaded my .zip on nrf51822 ( done successfully)

after these steps my nrf51822 stay in bootloader mode and doesn't run my application that i uploaded on it.

Parents Reply Children
Related