用Zstack,让CC2530进入低功耗PM2模式,那么C2530要多久时间才醒一次?

标签:
it |
分类: zigbee |
此问题尚无答案
-
ZIGBEE低功耗PM2模式的睡眠时间设置
此问题尚无答案-
http://www.deyisupport.com/resized-image.ashx/__size/32x32/__key/communityserver-components-selectableavatars/c4680c37-0ac0-4a36-aa83-770a2b2eb7d7/avatar.png 榜眼21491分数据手册上写的是最小系统的休眠电流1uA
如果你用Z-stack的话,休眠时间不是你自己定,而是有系统自己设定,每次都是以最近发生的那个osal_timeout作为休眠时间。
-
http://www.deyisupport.com/resized-image.ashx/__size/32x32/__key/communityserver-components-selectableavatars/c4680c37-0ac0-4a36-aa83-770a2b2eb7d7/avatar.png 榜眼21491分这个timeout主要分为两类,一类是应用层事件的timeout,另外一类是MAC层事件的timeout,
应用层的timeout的时间,是在osal_pwrmgr_powerconserve( void )函数中,通过osal_next_timeout();获得的。
MAC层的timeout时间,是通过halSleep( uint16 osal_timeout )函数里面,通过MAC_PwrNextTimeout();来获得的。
分享:
喜欢
0
赠金笔
加载中,请稍候......
前一篇:CC2530遇到的低功耗问题
后一篇:怎样知道终端的网络地址