Hi,
I am now trying to add DFU functionality to Proximity sample application.
The SDK I use is nRF5 SDK v.11, and the board is pca10040.
I have tried to add DFU to ble_uart example code and it works well.
but when I do it with Proximity Example, something goes wrong.
When I try to start DFU (which is send 0x0104 to Control Point), the device disconnect immediately. And while using the Master Control Panel to do the DFU, it stopped at "Starting bootloader"
I have no compile error, and the application runs well except DFU functionality.
I have stucked in it for two days and have no idea what is wrong with it. Please help me if you have any idea about the bug.
Thank you very much.