Hi ,
I want to add DFU service into ble_app-uart example, for that I want take reference as ble_app_buttonless_dfu.
But when I am trying to test the working of ble_app_button_less_dfu , so I flashed softdevice first and then the hex file file of application, but I am getting following output in the UART terminal.
error> app: No bootloader was found
<error> app: Fatal
<error> app: No bootloader was found
<error> app: Fatal
<error> app: No bootloader was found
<error> app: Fatal
<error> app: No bootloader was found
<error> app: Fatal
<error> app: No bootloader was found
<error> app: Fatal
I am using nRF52832 DK, sdk v15.0.
How can I fix this issue?