hi,
in the SDK15.3,I successfully ported the DFU demo to app_uart, but the 52830 will enter the upgrade state each time after downloading the program. I want to know how to solve this problem? I have tried adding bootloader setting, I am sorry that this problem has not been improved.
And I tried the following method:
@echo Flashing Softdevice and bootloader
mergehex -m $(OUTPUT_DIRECTORY)/nrf52832_xxaa_s132.hex $(SDK_ROOT)/components/softdevice/s132/hex/s132_nrf52_6.1.1_softdevice.hex -o sdbl.hex
nrfjprog -F - nrf52 --program sdbl.hex --chiperase -r.
thanks.