WIFI
奔跑的小胖子哦
这个作者很懒,什么都没留下…
展开
-
CC32xx/CC3100 的一些常见操作
修改发射功率:_i8 TXPower = 0;_u16 Option = WLAN_GENERAL_PARAM_OPT_STA_TX_POWER;_u16 OptionLen = sizeof(_i8);sl_WlanSet(SL_WLAN_CFG_GENERAL_PARAM_ID ,&Option,&OptionLen,(_u8 *)&TXPower);设置通道:_i8 cou原创 2017-07-18 09:47:29 · 1058 阅读 · 0 评论 -
CC3200 TI RTOS LPDS模式
如何让CC3200正确进入LPDS模式:In Non-OS mode, the call to cc_idle_task_pm should be made directly to get into the LPDS mode (after initialization and setting wake up source).In OS mode, the idle hook of t原创 2017-08-02 10:30:05 · 693 阅读 · 0 评论