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.

CC2640R2F怎样才能正确的关闭的uart,从而实现POWER_SAVING



我现在是用的

UART_readCancel(stMVC_UART_Handle);
UART_writeCancel(stMVC_UART_Handle);
UART_close(stMVC_UART_Handle);

这三句话关闭串口,但是我测量功耗发现(在开启POWER_SAVING的前提下):
1.不启用uart,功耗为1uA左右,按键事件可以正常触发,唤醒

打开串口不关闭的时候是1.3mA,按键正常

调用上面三个函数后功耗反而上升到了3.7mA,按键无法触发