Hello I want to setting up DFU in my project. I followed this document : link text I'm using IAR EWARM and nRF51_SDK_8.0.0 and "nRF51_SDK_8.0.0\examples\dfu\bootloader" as bootloader.
It's amazing that when using ble_dfu_init function , program will start from address 0xFFFFFFFE !!! But without ble_dfu_init function , everything's is OK (main program without DFU).
what is the problem?? thanks in advance image description