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

Current Consumption when using timer and scheduler alongwith nrf_pwr_mgmt_run().

Hi Everyone,

I am using the following peripherals in my project

2 UARTE.

2 ADC 

1 TWI

BLE

GPIOTE interrupt for 2 buttons

TWI and ADC and BLE and GPIOTE are not consuming more current when there are no events (when its in sleep mode, current is around 240uA)

However , when i initialise the 2 UART and also uninit both of them , the current doesn't come below 1.1mA , Is it Normal?

If not , how can i set up the UART part to use 2 UARTEs without consuming much current in the sleep mode , when there are no events occuring.

I have a custom PCB using nrf52840 , SDK 15.0 And Segger Embedded Studio IDE.