Hi,
I try to using nrfjprog to burn softdevice + bootloader + applacation, but it shows that application burn failed.
My SDK version is nRF5_SDK_12.2.0_f012efa and I using Keil uVersion5 to generate the hex files.
- Softdevice: s132_nrf52_3.0.0_softdevice.hex
- bootloader: example/dfu/bootloader_secure
- applacation: examples\ble_central_and_peripheral\experimental\ble_app_hrs_rscs_relay
I add some file to the application project:
I don't modify any file.
I did a test. If i remove the dfu c files(nrf_dfu_flash_buttonless.c, ble_dfu.c, _nrf_dfu_settings.c), it could burn success.
Any suggestions or pointers are very much appreciated.
Thanks.