Wich is the proper way to bring bootloader into deep sleep?
I'm using a modified version of the BLE Secure DFU Bootloader (SDK 14.1.0) for the nrf52810. I have added button support for trigger the sd_power_system_off
function and the wakeup event. In this way I'm able to put the system in sleep mode. By pushing the button it starts advertising again and it is possible to establish connection, but not starting a DFU.
Can you give me some advice to fully understand how wakeup works and how to use it with bootloader?
Thank you