Other Parts Discussed in Thread: CC2540CC2540 C:\Texas Instruments\BLE-CC254x-1.4.0\Projects工程文件怎么用?是不是要先用IAR生成hex文件,再用SmartRF stdio 7烧进Keyfob和USB dongle?
Other Parts Discussed in Thread: CC2540 hi 各位:
我使用CC2540 SimpleBLEPeripheral例子。 程序在正常模式工作,现在我想要让它进入低消费。
设置:osal_pwrmgr_task_state(simpleBLEPeripheral_TaskID,PWRMGR_CONSERVE),且pwrmgr_attribute.pwrmgr_device != PWRMGR_ALWAYS_ON。
当我在如下代码红色位置设断点,发现 pwrmgr_attribute…
Other Parts Discussed in Thread: CC2540 hi ~
我用cc2540跑keyfob例程,想修改Supervision timeout 。安卓端没有相关函数,所以通过从机更新连接参数。我已使能了automatic parameter update request ,但实测timeout不变。是要像SimpleBLECentral那样调用GAPCentralRole_UpdateLink函数么 但keyfob例程里没这个函数,怎么处理好呢?先谢谢了!