I tried to update SD + APP at the same time but it only uploads the SD. I create the zip file like this nrfutil pkg generate --hw-version 52 --application-version 1 --application app.hex --sd-req 0xC1 --sd-id 0xCA --softdevice s140_nrf52_7.0.1_softdevice.hex --key-file private.key app_dfu_package_softdevice.zipd. The problem is
when the SD is uploaded, the NRF52840 restarts and therefore the app cannot be loaded.
nrfutil dfu serial -pkg app_dfu_package_softdevice.zip -pCOM11
[#############################-------] 80% 00:01:06
If i look at the size of the packages the 80% that are done are the SD and the 20% are the Application. I use the usb Bootloader and and my Device-application is a usb cdc confic.