I have added DFU service in my custom application and I am able to upload the zip file of my application over the air by connecting to the DFUTarg using nrfconnect in my mobile.
Now when I am trying to upload the default DFU zip file "dfu_test_app_hrm_s132" using DFU service in my own application it is starting bootloader and after that it is not connecting to the device and upload is failed.
Bu the Vice-versa is happening.
I am using SDK v 11, keil 5 and nRF52832 board.
How can I fix this issue?