Hello,
Has someone been able to use DFU with nRF52 device?
I'm trying to add the DFU capability/service to the HRM example. I have added the BLE_DFU_APP_SUPPORT define, and included the following 3 files to the project:
bootloader_util.c dfu_app_handler.c ble_dfu.c
When I compile I get this error:
............\components\libraries\bootloader_dfu\dfu_app_handler.c(153): error: #136: struct "" has no field "BOOTLOADERADDR"
It seems that the BOOTLOADERADDR (UICR) is not defined in nrf52.h
Thanks!