Hello,
After completing DFU on the nRF5340 DK, the default behavior is to reset the MCU.
However, instead of performing a full reset, we would like to jump directly to the bootloader.
I found that on some nRF devices this can be achieved by using the GPREGRET register, which allows the application to pass information to the bootloader across resets.
My questions are:
-
Does the nRF Connect SDK support using GPREGRET on the nRF5340 DK?
-
If yes, is there an example or recommended way to configure the application so that after DFU, it writes to GPREGRET and then jumps to the bootloader instead of doing a standard reset?
-
Are there any differences in behavior between the nRF5340 and earlier nRF52 devices regarding GPREGRET?
Thanks in advance for your guidance!