This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

how to add DFU service to existing code

hi, i am working on example programs. i want to add dfu service to example hrs code. added ble_dfu, bootloader_util_arm, dfu_app_handler.c files to example ble_hrs code. on keil IDE. by seeing this link devzone.nordicsemi.com/.../a00076.html

while building This code i am facing so many errors. image description

errors are 1)in ble_dfu.c has no field update,offset, len. (but these are declared in ble_gatts.h and this .h file is included in ble_dfu.c) please suggest the procedure to move forward thank you.

Related