Hello,
I'm using a nRF51422 uController (Custom board) with the Softdevice s130 withe SDK 11. I want to go back into the bootloader from my application after I told the application that a new update is avalible. I set NRF_POWER->GPREGRET to 0xB1 so it would start the DFU and used NVIC_SystemReset() afterwards to reset the device. I already tired to use sd_nvic_SystemReset() aswell but the same error happens. I set a LED to light up when the device goes into bootloader mode but it's just black.
Why am I stuck? How can I reset my device as wanted?