Hi,
I'm working on adding the buttonless DFU function to my application. It works fine when I disable NRF_PWR_MGMT_CONFIG_AUTO_SHUTDOWN_RETRY in sdk_config.h. However, once this macro is enabled, the application gets an error [NRF_ERROR_NO_MEM] from the function nrf_pwr_mgmt_init() during the initialization. Deep into this issue, the error comes from line 318 in nrf_pwr_mgmt.c (return app_timer_start(m_pwr_mgmt_timer, APP_TIMER_TICKS(1000), NULL);). How can I fix this issue?
I'm using SDK 17.0.2 and chipset nRF52840.