I have a custom board with nrf52840 with cr2477 battery (1Ah capacity). I was download firmware to board and after a week the battery voltage dropped to critical. In the firmware forcibly turned on dcdc and in power_manage added:
sd_power_mode_set(NRF_POWER_MODE_LOWPWR);
But problem is still here.
What other critical places are there that you need to pay attention to?