Hi
I have 2 identical PCB just out of production - same FW - one is drawing higher current (about 600uA).
The issue is found in mass production and about 1% is having higher current.
So this is quite urgent.
My design is based on nRF52832 product spec v1.4 Figure 170: QFAA and QFAB QFN48 with DC/DC regulator setup.
Chip marking is: N52832 QFAAE0 1927RF
Soft device is: s132_nrf52_7.0.1
SDK is: 16.0.0
When I measure with a scope on the DCC signal (pin 47) I see that the PCB with the lower current seems to switch the DCDC on and off.
On the PCB with the higher current it seems that the DCDC is running constantly.
To me it looks like the issue described in Errata 63. "POWER: DC/DC does not automatically switch off in System ON IDLE"
I have tried to use the function sd_power_dcdc_mode_set() both with enable and disable - nothing changes.
I need to know if there is a fix or workaround for this.
Thanks in advance