Hello,
I beginner for Nordic board, developing small device using BLE.
I build softdevice, bootloader and application. I checked working DFU mode(via serial, not BLE) with button, so I want to buttonless DFU.
application use SDK12.3, bootloader use SDK11.
when I use "NRF_POWER->GPREGRET = BOOTLOADER_DFU_START", board was hang up.
and "sd_power_gpregret_set(BOOTLOADER_DFU_START)" is seems to be not worked.
please help how can I do?