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

Bootloader start

Hello,

I am trying to configure my own bootloader for DFU, i use the secure_bootloader_ble_s132 as an exemple for nrf52832 DK.

after i flash the softdevice, the app and the bootloader the DK always starts at the bootloader. How do I make it start at the app ?

here is my sdk config for the bootloader

#define NRF_BL_DFU_ENTER_METHOD_BUTTON 0

#define NRF_BL_DFU_ENTER_METHOD_PINRESET 0

#define NRF_BL_DFU_ENTER_METHOD_GPREGRET 1 // i have also tried at 0 it changes nothing

#define NRF_BL_DFU_ENTER_METHOD_BUTTONLESS 0

My goal is to enter in dfu mode from the app not at the start what do i have to change for that ?

Parents Reply Children
Related