6621D 不进人DEEP SLEEP 模式设置

eddy wen · 107次点击 · 5个月前
  1. 应用代码如果不想进入DEEP SLEEP 模式,需要按如下设置


    co_power_status_t power_sleep_status_handler(void)

     {

        co_power_status_t pmu_status;


       pmu_status = pmu_power_status();


        return pmu_status > POWER_SLEEP ? POWER_SLEEP : pmu_status; //

      }

   2.power sleep 下gpio和timer可以唤醒

   

   3.deep sleep 下gpio可以唤醒,唤醒后从main开始执行


被收藏 0  ∙  0 赞  
加入收藏
点赞
0 回复  
善言善语 (您需要 登录 后才能回复 没有账号 ?)

请先登录网站