Q1 I compile sdk13.0.0 generate nrf52840_xxaa.hex(app), nrf52840_xxaa_s140.hex(bootloader). I used merge tool make a hex file, then burn the file into PCA10056 DK by nrfjprog, but system reset entry DFU mode.
mergehex -m s140_nrf52840_5.0.0-2.alpha_softdevice.hex nrf52840_xxaa_s140.hex -o nrf52840_s140_and_scure_bootloader.hex mergehex -m nrf52840_s140_and_scure_bootloader.hex nrf52840_xxaa.hex -o NRF52840_S_B_A.hex
nrfjprog -f NRF52 -s 683246430 -e nrfjprog -f NRF52 -s 683246430 --program NRF52840_S_B_A.hex nrfjprog -f NRF52 -s 683246430 -r
Q2 Use nrfstudio cannot bootloader.hex(Verification failed),but can download by MDK Jlink.
Where is problem?