@project_d 串口波特率是多少
可以单独先发一个唤醒的包,唤醒之后再正常发数据
因为唤醒之后要先初始化外设,初始化之后才能接收到数据,波特率太快,中间的时间可能会漏掉几个字节的数据
@project_d 串口波特率是多少
可以单独先发一个唤醒的包,唤醒之后再正常发数据
因为唤醒之后要先初始化外设,初始化之后才能接收到数据,波特率太快,中间的时间可能会漏掉几个字节的数据
@project_d
【有道云笔记】freqchip产品低功耗介绍文档
https://share.note.youdao.com/s/KFEyy4At
看下这个文档
@vamsi-chikati 在 issues with system_power_off 中说:
system_power_off(true)
system_power_off(true)
This API is suitable for scenarios where a device needs to be awakened for a long period of time.
For most of our low-power applications, we use system_sleep_enable();
For a detailed introduction, you can refer to this document.
【有道云笔记】freqchip产品低功耗介绍文档
https://share.note.youdao.com/s/KFEyy4At
@xiaohuihui 在 程序主循环卡死,中断还在跑 中说:
ble_stack_schedule_allow
这个接口就是判断ble协议栈有没有任务
一般不会有不为turn的情况
有使能休眠吗
用的什么打印,printf吗