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.

[参考译文] CC2340R5:系统进入待机状态之前的最后一个功能是什么? 当系统从待机状态唤醒时、第一个功能是哪个?

Guru**** 2341440 points
Other Parts Discussed in Thread: CC2340R5-Q1
请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/wireless-connectivity/bluetooth-group/bluetooth/f/bluetooth-forum/1444789/cc2340r5-what-is-the-last-function-before-the-system-goes-into-standby-which-function-is-the-first-when-the-system-wakes-up-from-standby

器件型号:CC2340R5

工具与软件:

您好、朋友:
我使用 CC2340R5-Q1 MCU 和 SDK simplelink_lowpower_f3_sdk_8_10_01_02。 我导入了 basic_ble_oad_dual_image 项目。 我想知道系统进入待机状态前的最后一个功能是什么? 当系统从待机状态唤醒时、第一个功能是哪个?
提前感谢您。

祝你一切顺利

Ted Wu

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

    尊敬的 Ted:  

    请阅读技术参考手册的第6.4.5节:  

    此外、下一节有关数字电源分区的内容也有益于阅读(第6.5节)。  

    系统进入待机模式之前的最后一项功能将是启用待机模式的电源策略功能。 很可能这是 Power_enablePolicy()。  

    退出 STANDBY 模式时要进入的第一个函数将是中断、从而再次启用运行模式。 完成此操作后、器件将在中断的位置输入应用程序代码。  

    我将在一周结束前尝试添加具体的功能。 对于延迟、我们深表歉意。  

    谢谢!  

    Isaac