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.

[参考译文] CCS/eZ430-RF2500-SEH:在 CC2500中进入睡眠功率模式

Guru**** 2393495 points
Other Parts Discussed in Thread: SIMPLICITI, CC2500

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

https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller-forum/687077/ccs-ez430-rf2500-seh-entering-sleep-power-mode-in-cc2500

器件型号:eZ430-RF2500-SEH

工具/软件:Code Composer Studio

您好!

我在开发套件 eZ430中的功耗优化方面遇到了困难。 我希望尽可能频繁地在 CC2500中进入睡眠模式、因为 空闲模式太耗电。 我的问题是如何做到这一点。 我在 SimpliciTI 中找到了一个关于此问题的线程、但我想知道是否有办法在 MSP 中将其打开、就像我在该微控制器中针对 LPM 模式所做的那样(_bis_SR_register (LPM3_bits + GIE);)。 我知道、要进入睡眠模式、我可能应该更改廉价选择位或类似的位。

感谢你的帮助

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
    CC2500数据表中描述了如何在 CC2500上进入睡眠模式。 概括来说、您只需选择 STROBE SPWD、如果您在顶部运行其他一些软件、则必须查看该软件以查看在那里实现的命令。