CC2650使能串口后不能完全进入睡眠,只能进入到LPM0模式?如何能在使能串口的同时,让其设备完全进入到睡眠模式?
睡眠的API接口
#if defined( POWER_SAVING ) && !defined(USE_ICALL)
else // Complete pass through all task events with no ac
tivity?
{
osal_pwrmgr_powerconserve(); // Put the processor/system into sleep
}
#endif
有这个宏(USE_ICALL)根本进不去,请问睡眠函数具体是哪一个?
如果是要自己写的话 每次申请资源在使用之后都要再自己释放
一周热门 更多>