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.

[参考译文] CC1352R:在设定的时间后退出待机模式

Guru**** 2457760 points


请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/wireless-connectivity/other-wireless-group/other-wireless/f/other-wireless-technologies-forum/1024720/cc1352r-exiting-standby-mode-after-a-set-time

器件型号:CC1352R

我正在进行一个项目、在这个项目中、我需要将 CC1352置于待机模式、然后在 RTC 上经过一段时间后将其从待机模式中退出。 我发现进入待机模式的唯一方法是、当 CPU 空闲时、PowerCC26XX_STANDBY 策略会自动将器件置于待机模式。 我需要确保 CC1352仅在经过设定的时间后离开待机状态,并在需要时进入。 Power.h 中的 Power_sleep 函数看起来很有希望、但文档指出该函数不应由应用程序或驱动程序直接调用。 是否有办法可以控制我所需的进入/离开待机模式?