CC3200 关闭 低功耗模式
时间:10-02
整理:3721RD
点击:
您好!
请问如何关闭CC3200的低功耗模式,既关闭其电源管理模式。
我看官网上说使用“cc_app_putoff_pm”关闭,请问如何实现!
可以看一下 http://www.eeworld.com.cn/zt/wireless/downloads/TICC3100-3200-2.pdf 第24页
• Always on – The Wi-Fi subsystem is kept fully active at all times, providing the best WLAN traffic performance. This policy is user-directed, whereby the user may provide the target latency figure. For setting always-on power-management policy use:
sl_WlanPolicySet(SL_POLICY_PM , SL_ALWAYS_ON_POLICY, NULL,0)
您说的这样也可以,但是这个一般是在初始化时进行的设置,我想知道如何通过函数cc_app_putoff_pm实现。
谢谢!