NRF52832 won't reset chip after dfu

won't reset chip after dfu

application:      \examples\ble_peripheral\ble_app_buttonless_dfu

bootloader:     \examples\dfu\secure_bootloader\pca10040_s132_ble_debug\arm5_no_packs

SOFTDEVICE:  S132

android  app:  nrf connect VESION 4.24.3

I have programmed  application and merged bootloader, application, soft device.

I can do dfu as many as I want,

but the problem is the MCU can not auto reset   whenever I finish dfu.

i have to    "disconnect " from the nrf connect app, then it reset

how to 

nrf log:  

00> <debug> app: Enter nrf_bootloader_fw_activate
00>
00> <info> app: No firmware to activate.
00>
00> <debug> app: App is valid
00>
00> <info> nrf_dfu_settings: Backing up settings page to address 0x7E000.
00>
00> <debug> nrf_dfu_settings: Destination settings are identical to source, write not needed. Skipping.
00>
00> <debug> app: Running nrf_bootloader_app_start with address: 0x00001000
00>
00> <debug> app: Disabling interrupts. NVIC->ICER[0]: 0x0

Related