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

Adding DFU into a project

So I've added a DFU into the flash, now how do I actually access it from my application?

As far as I understand an example project ble_app_hrs in s110_with_dfu configuration does this by adding a ble_dfu service, but since it has a different project structure, just copying this functionality into my project doesn't seem all that possible (not to mention that there's probably not enough space for another service in my application).

Is there a different path maybe through jumping to the bootloader code directly?

Related