cc2650如何在使能串口同时,让设备进入睡眠模式?

2019-07-18 15:15发布

本帖最后由 冒汗的心情 于 2016-3-29 11:47 编辑

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


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