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

NRF52840 too high systemOFF current

Hi,

I am trying to get my systemOFF current below 1uA, but Im struggeling.

normally I use MBED, but to eliminate that variable, I just did a test without MBED, I took the nordic blinky example(SDK15.0) and added

sd_power_system_off();

to the

BLE_GAP_EVT_DISCONNECTED

so, when I connect and disconnect, the current drops from about 1mA to 36uA. This is exactly the same behaviour as I see on my application running with MBED.

So, its not MBEDs fault, so it must be mine.

what am I missing out?! I have searched through all of the posts about the systemOFF mode drawing too much current, but none of these problems were like mine.

Is it possible, that its because I am using an preview-DK? I have read all the errata about the first revision of the NRF, and didnt find something similiar to my problem.

thanks,

Jonas

Related