This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

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

Other Parts Discussed in Thread: CC2650

问题如标题,如何能在使能串口的同时,让其设备完全进入到睡眠模式,

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