Hi,
I have added the Buttonless Secure DFU service to my application so that the app can be updated over BLE. It seems working. However, the power management module must be enabled and set NRF_PWR_MGMT_CONFIG_AUTO_SHUTDOWN_RETRY to 1. This sets up a repeated app timer for 1 second. Therefore, my app is waken up every second and it consumes extra current. Can this be avoided? or enable the timer when it needs to be?
Thanks.