Other Parts Discussed in Thread: SYSCONFIG
我有个工程需要初始化ble协议栈和用户任务后进入standby模式,等待按键唤醒后立即广播,想请问下cc2340怎么进入standby模式,Api是哪个,另外,在sysconfig应该怎么配置成按键io唤醒standby。
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.
我有个工程需要初始化ble协议栈和用户任务后进入standby模式,等待按键唤醒后立即广播,想请问下cc2340怎么进入standby模式,Api是哪个,另外,在sysconfig应该怎么配置成按键io唤醒standby。
您好,
cc2340怎么进入standby模式
进入休眠直接调用 sleep(); ,注意进休眠之前外设都关掉。
建议参阅 gpiostandby 例程:
C:\ti\simplelink_cc13xx_cc26xx_sdk_7_10_02_23\examples\rtos\CC26X2R1_LAUNCHXL\drivers\gpiostandby
在sysconfig应该怎么配置成按键io唤醒standby。
在断电(待机)状态下,所有任务都处于睡眠状态,可以通过按键中断唤醒。
SimpleLink Academy 的 Project Zero 有一个使用按钮中断唤醒 CPU 的示例:https://dev.ti.com/tirex/explore/node?node=A__AINQ67aS-nU-5RWNgiO3hA__com.ti.SIMPLELINK_CC13XX_CC26XX_SDK_BLE5STACK_MODULE__BSEc4rl__LATEST&search=Project_zero