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