Hello Nordic support,
For long term power profiling of nrf52 hardware, I am using the suggestion given here, that makes use of functions in python script ppk.py:
https://devzone.nordicsemi.com/f/nordic-q-a/45770/using-power-profiler-kit-for-average-current-consumption-for-1-hour-or-more
While running the program for the power profiling, I noticed that the function average_measurement_stop takes ~ 70 s to execute and return. Since this function basically just clears the buffer, why does it take a long time to execute? Is there a way to reduce this time?
Thanks.