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

nRF52840 DK / PCA10056 System Off

Hi all,

I cannot manage to get a proper System Off consumption with the nRF52840.

I use this setup, with devkits as the DUT (powered through "External Supply") :

When using a PCA10100 (nRF52833), I get this (4µA), when calling nrf_pwr_mgmt_shutdown(NRF_PWR_MGMT_SHUTDOWN_GOTO_SYSOFF) :

But, with the PCA10056, I get this (2mA) :

Both devkits have the exact same physical settings (jumpers and switches).

If I configure some GPIO to wake up the device from the System Off, I get a normal reset.

What could explain that I cannot manage to have a proper System Off with the nRF52840, but I can with the nRF52833 ?

I have the same problem when using a custom board instead of a devkit.

Thanks a lot.

Parents Reply
  • Hi Håkon,

    Thank you for your answer.

    The nRF52840 is QIAADO, 1930BC.

    The PCA10056 is 2.0.2 2020.13.

    I doubt it could be the DMA or any peripherals that would still be running because my code is very simple and I don't activate anything :

        ble_stack_init();
        nrf_pwr_mgmt_shutdown(NRF_PWR_MGMT_SHUTDOWN_GOTO_SYSOFF);

    I had a look at the errata, and I didn't find anything relevant.

    Best regards,

    Jerome

Children
No Data
Related