问题是这样的,我用DCDC给CC2541供电,标准输出电压为3.6V,使用恒压源作为供电端,20个片子中,有6个出现下列情况:
当恒压源输出为3.3-3.5V(CC2541的上电电压为:3.3V左右), 3.9V-4.2V(CC2541的上电电压为:3.6V左右)的时候,蓝牙连接很正常,
3.6-3.8V(CC2541的上电电压为:3.6V左右),此时总是出现连接断开,重连情况。
时断时连时抓包看出来的是:
1,广播包的fcs都是error
2,扫描惠福宝的fcs也是error
3,在手机建立连接的瞬间都是master向slave发送包,但是没有s向m回复的包
设置是:
// How often to perform periodic event
#define PERIODIC_EVT_PERIOD 1000
// Whether to enable automatic parameter update request when a connection is formed
#define DEFAULT_ENABLE_UPDATE_REQUEST FALSE
// Minimum connection interval (units of 1.25ms) if automatic parameter update request is enabled
#define DEFAULT_DESIRED_MIN_CONN_INTERVAL 800
// Maximum connection interval (units of 1.25ms) if automatic parameter update request is enabled
#define DEFAULT_DESIRED_MAX_CONN_INTERVAL 1600
// Slave latency to use if automatic parameter update request is enabled
#define DEFAULT_DESIRED_SLAVE_LATENCY 3
// Supervision timeout value (units of 10ms) if automatic parameter update request is enabled
#define DEFAULT_DESIRED_CONN_TIMEOUT 900
请问有没有遇到类似问题的,帮忙解决下,谢谢!
Yan:
jhon,
把POWER_SAVING关闭看看,会不会还有这个情况。
这个从你抓包的现象来看十有八九,九点九九,是因为你的32K晶振精度不过关,可能良率不高之类导致部分板子可以,部分板子不行。