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

High idle current on NRF52832 app_template example

Hi,

I am using NRF52832 with SDK 15.3 and SD 132 on our custom board ( VDD 1.96V ). I started with with the ble_app_template example for our application. Upon measuring current it was seen that even if its not advertising the current consumption was quite high ~600uA. To understand which part was taking the high current , I tried commenting out each of the initialisations in the main and it looks like after timers_init(); the current consumption increases.

Please help in debugging this issue as our application is meant for low power usage.

Thanks

Parents Reply Children
Related