I have used sofdevice v7.1.0 and nrf51 sdk 6.1.0 the ble_app_hrs project which has support of dfu is not discovering the dfu services. i have enabled the BLE_DFU_APP_SUPPORT flag , then also facing same issue.
I have used sofdevice v7.1.0 and nrf51 sdk 6.1.0 the ble_app_hrs project which has support of dfu is not discovering the dfu services. i have enabled the BLE_DFU_APP_SUPPORT flag , then also facing same issue.
@komal: Which project have you used? Have you used the ble_app_hrs_dfu.uvproj project ? The project should have the following file included : bootloader_util_arm.c, ble_dfu.c, dfu_app_handler.c
You can check if ble_dfu_init() is called.
i have written the start addr of bootloader to 0x10001014 manually using nrfjprog using this command:- nrfjprog --memwr 0x10001014 --val 0x00035000.
But as i discussed before why my services are not getting discovered completely 2nd tme for dfu i.e. when i jump from my application to bootloader.
i have written the start addr of bootloader to 0x10001014 manually using nrfjprog using this command:- nrfjprog --memwr 0x10001014 --val 0x00035000.
But as i discussed before why my services are not getting discovered completely 2nd tme for dfu i.e. when i jump from my application to bootloader.