nrf beacon can not enter bootloader from application

Hi support team,

I have a nrf 51822 beacon black version and developing with nRF5SDK1230. i'm learning about update firmware for it over BLE. i try to run example dfu/bootloader_sercure and create zip file by using nrfutil command. First i erase flash by jlink tool, program s130_nrf51_2.0.1_softdevice and bootloader_sercure example. then i use nrf connect app with usb dongle for updating firmware. the process is good, i can enter to my app. But then, in my application, i try to jump to bootloader by command NRF_POWER->GPREGRET = 0xB1; and call reset function, but it can not enter bootloader. i don't know why so i need your help. 

Here is my config

Related