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

Bootloader is not jumping to application

1. Did secure BLE DFU first time for hrs app, BL jump to hrs app

2. Did secure BLE DFU second time for hts app, BL jump to hts app

3. Did nrfjprog HID keyboard app and IAR , in both cases, BL is not jumping to HID KB and stays in BL DFU target mode

Why in third case bootloader is not starting application or why HID keyboard application is not showing up as Nordic_keyboard?

Can anybody please answer?

Thanks in advance!

Parents Reply
  • What I did is health thermometer application I updated over the air securely with BLE. Then I generated bootloader settings hex page for nordic keyboard application like you said and programmed using 

    nrfjprog --reset --program application.hex --family NRF52 –sectoranduicrerase command.

    Then updated actual keyboard hex file using 

    nrfjprog --program keyboard.hex --sectorerase command.

    After reset it is showing as nordic_keyboard in nrfconnect mobile app.

    Thanks for your help bjorn!!

Children
No Data
Related