Hello,
We have a Buttonless custom board based on a nRF5282 with SDK 15.0.0
The DFU OTA Buttonless works fine, but to prevent the device to brick we put a physical button to trigger the bootloader in case of crash.
This button is aimed to be pressed like for 10 seconds to trigger the Bootloader.
I guess I 've to modify the Bootloader putting in the main() a timer to catch the duration the button is being pressed right?
Or is there anything else to be done like managing the GPREGRET register.
Thanks,
JohnM