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

High current consumption during IDLE mode

Hello there,

I'm currently using nrf52832 with s132 and sdk 0.9.2, based on the 'ble_app_uart' example and keil5. I'm concerned about the current consumption because in IDLE mode I should expect very low current consumption(~2.5[ua]) while reading 21[ua].

when I blackened all unnecessary functions in my main function. I'm using 'sd_power_system_off()' to get into SYSTEM_OFF mode, and the reading was 4.7[ua](instead of ~1.4[ua]). I checked this erata concerning HFCLK but there it's written that it's about higher current consumption (>100[ua]). what might increase the current consumption?

Related