The chip runs in the app stage and calls a function to make the chip jump to the bootloader stage (DFU mode).
The SDK we use is nrf5_ SDK_ 15.3.0_ 59ac345,
We made the following attempts
method 1:
NRF_POWER->GPREGRET = 0xB1;
NVIC_SystemReset();
it occur error INVALID MEMORY ACCESS
method 2:
use the API : ble_dfu_buttonless_bootloader_start_finalize()
But it didn't work