I wrote a code using ble_app_uart peripheral example of sdk 11 for nordic nrf52832 development board.
We are making our custom boards where we are using Rigado BMD-300, so the code I wrote is supporting this custom board.
I want to add DFU into the code, but we want to use Rigado sdk. I found a source code for DFU of Rigado from following link
https://github.com/rigado/firmware
Now how can I integrate DFU into my code uisng this.
Can someone help in solving this please?
Thanks in advance.