I have a nRF51822 device which has softdevice and bootloader. And I'm trying upload my app with following steps:
- make .bin file with gcc
- Push the DFU button, and entering DFU mode. (Seen as DfuTarg)
- Upload bin file via iOS nRF Loader.
- The upload completed successfully.
- My app does not run.
Therefore, I have a question. Are there any special code or special settings for DFU on the app code side? Thanks in advance.