Hi,
I have created my BLE peripheral application with custom services. Now i want to add DFU feature to it.
I have independently checked DFU test images given in nRF5 DK which works fine.
I want my application to update (DFU) whenever there is new firmware update , currently example DFU firmware updates to application firmware once and then i cannot again update it to new application firmware.
I am now stuck how to do this.
Secondly how to merge my BLE application and DFU and bootloader. Should i need to rewrite the firmware in example DFU or add DFU , bootloader code to my application. ?
Can i create a new project and add only necessary libraries with softdevice?
Regards
Sudhir Foujadar