This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC2642R-Q1: Power consumption on CC2642 with UART driver

Part Number: CC2642R-Q1

Hi engineers,

My customer is reporting a power consumption problem. When disabled display module, the energy trace on simple_peripheral example code is like this:

Customer added a UART driver for their application. To test our power capability they call uart_close to disable UART for 30s every 100ms. related code shown as below. But the power consumption on energy trace is

which seems the power standby policy did not work. We assume this is because TI-RTOS don't think the UART is shut. How can we close UART entirely so the stand by current will be the same as the first picture?