Hello,
I'm working on a custom board with a nRF52833.
A small external battery is on the board, and when the power is off, 32.768khz of low power remains on the battery and only check the interrupt in idle mode.
However, when the power is turned off (power off), the battery has power left, but the low-power oscillator goes off immediately.
1. What is the cause of this problem? Is it checking internally the level of voltage and power reset?
(I checked the datasheet that the power management is in the range of 1.7V to 5.5V, and the battery has power in the range.)
2. What should I do to solve this? How can I modify or check the 'power reset' configuration?
Best Regards, lyrics