Hi,
I was going through the related thread on this topic and have following questions:
1. I am using UART with following control:
UART_control(uartHandle, UART_CMD_RXENABLE, NULL);
Will this affect MCU from going to LPDS mode automatically?
2. How to manually control Power policy enable and disable?
I referred power measurement example. I can see function Power_enablePolicy(). Is this the function I should use to enable power policy? Is there similar function for disabling power policy? Do I need to include some library to use these functions?
Thanks,
Pradeep