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

Current consumption difference between SDK16 and SDK15.3

Hello devzone!
I am using translation.

I am using a DK board (PCA10056) to examine the current consumption of nRF52840.
I commented out the advertising_start() of the SDK example ble_app_blinky and checked the current in the standby state (nrf_pwr_mgmt_run()).

SDK15.3's ble_app_blinky was 620uA, but SDK16's ble_app_blinky was 20uA.

Since SDK16 seems to use app_timer2.c, I changed it to call app_timer.c, but it was 20uA.
When I copied the contents of sdk_config.h of SDK16 to SDK15.3, 620uA didn't change.

What does the difference in current derive from?

Thank you so much as always.

Related