This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

brownout / watchdog reset on voltage drop

Hi,

as described here https://devzone.nordicsemi.com/f/nordic-q-a/37056/supervision-timeout-and-unplanned-disconnect our device has a hard current limit of 2mA.

Problem occurs if there is a BLE disconnect due to BLE master getting out of range.  This leads to a retry burst which exceeds the current limit.  To be tolerant against short peaks there is a capacitor bank on the device.  Retry bursts happens until supervision timeout hits (or Vcc drops ;-)).

If these retry bursts last long enough, Vcc begins to drop.

This unfortunately brings the device nRF52832 into an undefined state: watchdog does not occur and even worse, brownout reset also does not do its job.  Not sure, if brownout reset does not occur or if the reset logic does not reset the device to a low power state.  Measurement showed that Vcc is at appr. 1.5V.

Actually only powercycling helps out of this situation which of course is not acceptable.

Any help / suggestion is welcome.

Hardy

Related