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.

Parents
  • You have to use the documentation from the correct SDK version. You are using SDK v10.0.0 and you should therefore use the this guide for Adding DFU support to yourr application. If you run into any issues, then I recommend that you follow @nospam2000 's advice and compare your example to an example that already has DFU support.

Reply
  • You have to use the documentation from the correct SDK version. You are using SDK v10.0.0 and you should therefore use the this guide for Adding DFU support to yourr application. If you run into any issues, then I recommend that you follow @nospam2000 's advice and compare your example to an example that already has DFU support.

Children
No Data
Related