Hi,
I have a beacon code for nrf51 that I wanted to port to nrf52. It uses app_timer, gpiote and adc. The power consumption in idle is ~30uA. Now I wanted to port this code to nrf52 but have problems with current consumption. What I see is that current is on const around 1mA level. I thought maybe I have done something wrong with SAADC so I removed it from code but result is about the same. I was stripping components one by one as I get to point where I have only for loop with __WFE() inside and I see 200uA !(softdevice present but not enabled) . Any idea what is wrong? Now I think that maybe some errata code is needed or maybe it is the errata code in startup causing troubles?
For measurment I used giant gecko with simplicty studio energy profiler.
Regards,
Michal