Hello,
nRF52840-DK
SDK: 15.3.0
SoftDevice: s140
Do any drivers, or libraries depend on power management? From the link above, the DFU is the only feature that needs the power management. We are trying to remove nrf_pwr_mgmt_run() from main, and determine if any unknown issues will arise. We are not currently observing any issues in small tests, but we also do not want to error, or halt during run time.
We plan on adding the BLE Buttonless DFU in the near future, but currently would like to confirm with or without power management, (more specifically calling nrf_pwr_mgmt_run in main) what will potentially cause issues.
Thank you,