HI,
I am developing application based on healthcare. I am using nRF52832 with SDK15.3 in SES windows10.
I need to use bootloader DFU .
In my hardware i have only one button. so, i can't go for button DFU. and also buttonless DFU. the DFU is always runs background of my application.
my questions are.
1. while running DFU bootloader in background of application. will it cause any increase in power consumption.
2. I need to link my application to enter into DFU mode. i.e- while giving command like "DFU_ON" using BLE_UAR NUS.
the application takes function to DFU mode. Until the DFU bootloader should be in OFF state.