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.

[参考译文] MSP430FR6989:是否为 MSP430FR6989 RTC 提供电池支持?

Guru**** 2782485 points

Other Parts Discussed in Thread: MSP430FR6989

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

https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller-forum/695338/msp430fr6989-battery-support-for-msp430fr6989-rtc

器件型号:MSP430FR6989

您好!

如何在系统完全断电时激活 msp430fr6989内置 RTC。 以便每当我打开系统时、我都可以获得当前时间。

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

    请详细说明"系统完全关闭"的含义。 您是要将器件关断至超低功耗状态、还是意味着将从器件断开外部电源? MSP430FR6989没有专用的电池备份功能、因此您需要始终为器件提供外部电源才能使 RTC 正常运行。

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

    您好!

    RTC_C 可以在 LPM3.5下运行。
    这意味着您可以使其在电池耗电大约为500nA (室温下)的情况下保持运行。
    它每年小于5mAh!

    在我看来、您应该更改您的硬件和软件架构。
    不要关闭系统、只需转到 LPM3.5、将 RTC_C 作为唯一一个运行的外设。