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?