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

nRF52840 LPCOMP power consumption?

I've build a custom board with the nRF52840. 

I've noticed that the current consumption of the LPCOMP is not ~0.5uA, as specified in the datasheet, but in my case, when I activate this peripheral, it is about 20uA. 

When I stop the comparator, by commenting the line `nrf_lpcomp_task_trigger(NRF_LPCOMP_TASK_START);` in nrfx_lpcomp_enable(), my board consumes only 5uA. With the LPCOMP started, I measure 25uA. 

Is it any current consumption issue with this peripheral ? 

Thanks.

Darko

Parents Reply Children
No Data
Related