在Power_sleep函数中,如果sleepState等于POWER_LPDS,会一直阻塞在Power_enterLPDS函数中吗?直到外部唤醒源唤醒它。
在Power_enterLPDS函数实现中我注意到一块注释“Power64XX_enterLPDS”,意思是这块代码只针对64系列的芯片吗,1432不能使用?如果1432不能使用,那么它的实现在哪里,我没有找到。
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.
在Power_sleep函数中,如果sleepState等于POWER_LPDS,会一直阻塞在Power_enterLPDS函数中吗?直到外部唤醒源唤醒它。
在Power_enterLPDS函数实现中我注意到一块注释“Power64XX_enterLPDS”,意思是这块代码只针对64系列的芯片吗,1432不能使用?如果1432不能使用,那么它的实现在哪里,我没有找到。
也就是说我在debug mmwave_demo代码时,进入深度睡眠后,连接会断开也是正常的?
还有就是,进入深度睡眠后,配置了sleep counter唤醒,debug时唤醒不能正常工作,非debug就可以这也是正常的吗?
mmwave_demo代码中,我分别enable 了sleep counter/uart/gpio/rtc唤醒,只有sleep counter可以唤醒,uart/gpio/rtc唤醒除了syscfg中打开还有什么其他操作吗?是否有相关示例代码,打开uart唤醒后,我尝试通过串口向1432awrl boost开发板发送数据,也不能唤醒。