hi nordic team,
im update the app by usb dfu,my sd version is s140_nrf52_7.0.1_softdevice,and shell like this:
program.bat
::generate settings page for current image: app.hex nrfutil settings generate --family NRF52840 --application app.hex --application-version 1 --bootloader-version 1 --bl-settings-version 2 settings.hex ::merge bootloader and settings mergehex --merge bootloader.hex settings.hex --output bl_temp.hex ::merge bootloader, app and softdevice mergehex --merge bl_temp.hex app.hex s140_nrf52_7.0.1_softdevice.hex --output whole.hex nrfjprog --eraseall -f NRF52 nrfjprog --program whole.hex --verify -f NRF52 nrfjprog --reset -f NRF52 pause
dfu.bat
nrfutil pkg generate --application app_new.hex --application-version 2 --hw-version 52 --sd-req 0xCA --key-file priv.pem SDK160_app_s140_usb.zip nrfutil dfu usb-serial -pkg SDK160_app_s140_usb.zip -p COM28 pause
the device cant update and i can see the schedule of100%

but it cant go to the app by self ,and the strange thing is that:
1.after dfu,if power by usb ,the device cant go to the app
2.after dfu,if power by battery,the device can go to the app
so what should i do to slove this problem?"