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

Including DFU into an existing project

Hi. I am now at the stage of creating a new project. I want to include DFU over the air support in it. So, how can I do this using the example of two projects (secure_bootloader_ble_s132_pca10040.uvprojx and ble_app_template_pca10040_s132.uvprojx) based on the nRF5_SDK_17.0.2_d674dde SDK? I found a description of similar actions but for SDK 10 and I think it might be out of date. And for SDK 17, I do not see such a description yet

Parents Reply
  • Hi, thank you for your answer!

    I am using Buttonless DFU Template as the reference. But I have one problem - if I flash this application after flashing S132 Softdevice and secure bootloader the application is not started. This is due to the fact that the application does not have a signature in the boot settings and, accordingly, the master bootloader does not allow it to start. This can be fixed by writing the bootloader settings to the flash, but how can I do this? If possible - give an example how to do it by bat file or Keil.

    Thank you!

Children
Related