I am trying to trigger my target device (nRF52832) into DFU mode using nRF52832 DK.
According to my approach, I need to send DFU bootloader given in "installed folder:\examples\dfu\secure_bootloader\pca10040_s132_ble\ses".
I am trying to flash the same by generating DFU packet but getting an error like "Upload failed: DFU characteristics not found."
can someone tell me that what should be the right approach for triggering the target device into DFU mode while application is running on the target device(nRF52832)?