CC2650使能串口后不能完全进入睡眠,只能进入到LPM0模式?

2019-07-18 14:28发布

          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)根本进不去,请问睡眠函数具体是哪一个?



友情提示: 此问题已得到解决,问题已经关闭,关闭后问题禁止继续编辑,回答。