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.

AWRL1432BOOST: 1432深度睡眠问题咨询

Part Number: AWRL1432BOOST

在Power_sleep函数中,如果sleepState等于POWER_LPDS,会一直阻塞在Power_enterLPDS函数中吗?直到外部唤醒源唤醒它。

Power_enterLPDS函数实现中我注意到一块注释“Power64XX_enterLPDS”,意思是这块代码只针对64系列的芯片吗,1432不能使用?如果1432不能使用,那么它的实现在哪里,我没有找到。

  • 您好,

    已经收到了您的案例,调查需要些时间,感谢您的耐心等待。

  • Hi  

    在深度睡眠下,不运行代码,仅仅是做部分RAM内容的保持,并且时钟切换到极低速率的时钟。

    1432和6432架构一致,使用的power 外设代码也一致,均是使用C:\ti\MMWAVE_L_SDK_05_05_03_00\source\drivers\power\v0下的代码

    Ken

  • 也就是说我在debug mmwave_demo代码时,进入深度睡眠后,连接会断开也是正常的?

    还有就是,进入深度睡眠后,配置了sleep counter唤醒,debug时唤醒不能正常工作,非debug就可以这也是正常的吗?

    mmwave_demo代码中,我分别enable 了sleep counter/uart/gpio/rtc唤醒,只有sleep counter可以唤醒,uart/gpio/rtc唤醒除了syscfg中打开还有什么其他操作吗?是否有相关示例代码,打开uart唤醒后,我尝试通过串口向1432awrl boost开发板发送数据,也不能唤醒。