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

Turn off UART and the power consumption does not decrease

Excuse me:

                  Suppose I Initialize and turn on UART and the power consumption is 4mA,When I call app_uart_close()  the power consumption is 2mA,If I don't initialize UART at the beginning, the power consumption is only 1.5mA,Why does it take 500μA more power consumption to call this function than if I didn't initialize UART at the beginning?

Parents Reply Children
Related