- 易迪拓培训,专注于微波、射频、天线设计工程师的培养
CC2650使能串口后不能完全进入睡眠,只能进入到LPM0模式?
录入:edatop.com 点击:
CC2650使能串口后不能完全进入睡眠,只能进入到LPM0模式?如何能在使能串口的同时,让其设备完全进入到睡眠模式?
睡眠的API接口
#if defined( POWER_SAVING ) && !defined(USE_ICALL)
else // Complete pass through all task events with no activity?
{
osal_pwrmgr_powerconserve(); // Put the processor/system into sleep
}
#endif
有这个宏(USE_ICALL)根本进不去,请问睡眠函数具体是哪一个?
睡眠的API接口
#if defined( POWER_SAVING ) && !defined(USE_ICALL)
else // Complete pass through all task events with no activity?
{
osal_pwrmgr_powerconserve(); // Put the processor/system into sleep
}
#endif
有这个宏(USE_ICALL)根本进不去,请问睡眠函数具体是哪一个?
建议是打开POWER SAVING的宏开关 然后Power Consumption协议栈会自己处理 不需要特别的处理
如果是要自己写的话 每次申请资源在使用之后都要再自己释放
提供CC2650 CC2541 CC2640R2 CC1310等CC系列免费样片 Q.Q 122982582