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.

CC2640如何在打开PowerSaving模式下唤醒并操作uart?

当使用串口通信的时候,芯片必须要退出低功耗模式开启高频时钟(关闭POWER_SAVING),但是应用实际应用需要运行低功耗模式。

问题是,2640如何实现类似2541中的进入低功耗模式和退出低功耗模式的方法

以下是2541调用的函数

osal_pwrmgr_task_state(simpleBLEPeripheral_TaskID, PWRMGR_CONSERVE );

2640应用部分是跑RTOS,有自己的一套电源管理,不能简单的调用这个函数实现

那么如何操作2640来实现这个功能呢?

请TI帮忙,谢谢!