in my application i am using the hrs application and added dfu and uart service to it.
Q1)how dfu service works?
For my board i removed the total flash so steps i have used is for bring up is
1.flashing bootloader using jlink
2.flash softdevice using jlink
3.dfu the application
now if tried flashing my appliation using jlink for first time it is not working
now after dfu was done i am able to modify the application with out any problem with jlink
Q2)why flashing of application using jlink is not working for the first time and and why working after dfu?