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

BLE_app_buttonless_dfu +my application

HI i have issue while running the buttonless dfu with my application

I am using nRF52832 SDK15.3 SES windows 10.

I have to run my application with buttonless DFU so. i start to merge the default examples to try BLINKY _dfu as first.

for that

I have merged BLE_blinky and ble_app_buttonless_dfu

Fullscreen
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#include <stdbool.h>
#include <stdint.h>
#include <string.h>
#include "nordic_common.h"
#include "nrf.h"
#include "app_error.h"
#include "ble.h"
#include "ble_err.h"
#include "ble_hci.h"
#include "ble_srv_common.h"
#include "ble_advdata.h"
#include "ble_conn_params.h"
#include "nrf_sdh.h"
#include "nrf_sdh_ble.h"
#include "boards.h"
#include "app_timer.h"
#include "app_button.h"
#include "ble_lbs.h"
#include "nrf_ble_gatt.h"
#include "nrf_ble_qwr.h"
#include "nrf_pwr_mgmt.h"
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

i have followed these links to edit the main.c file and the project file

link1 and link2

the compilation also done but the project not working.