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.

MSP432的RTC

stm32关机时可以用纽扣电池来给stm32的RTC供电

那MSP432的RTC可以这样的吗

  • 没有单独的VBAT管脚。
    这是手册给出的RTC低功耗模式
    LPM3.5(带 RTC):820nA
    RTC_C模块包含一个集成的实时时钟。
    它集成了一个内部日历,该日历对少于31天的月份进行补偿,并包含闰年校正。
    RTC_C还支持灵活的报警功能、偏移校准和温度补偿。
    RTC_C操作可以在LPM3和LPM3.5模式下使用,以最小化功耗。
    查看手册发现LPM4或4.5RTC已经不工作了。
  • 您可以看一下E2E上的回复

    e2e.ti.com/.../544266

    There are plenty of reasons to have a RTC beyond clocking/wakeup for a battery backup, in the case of the MSP432 this includes wakeup from LPM3/3.5 and calendar/alarm functionality. A RTC peripheral is included on the MSP432P401R but a battery backup system is not, need for external components is dependent on your desired application.

    但某些430的芯片是可以实现的。

    您可以看一下 www.ti.com/.../TIDM-AUX-MODULE 这个模块是给RTC一个Separate power supply

    Separate power supply for Real-time Clock

    原理图如下 www.ti.com/.../tidrai2.pdf