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.

MSP430中如何实现RTC功能?

MSP430中是否有RTC?是否必须外加RTC IC?

  • MSP430的部分MCU带RTC的功能模块,例如MSP430F67XX, MSP430FR57XX,具体是否带RTC模块你要看芯片手册。

    值得一提的是在MSP430F67XX的MCU中RTC的电源可以独立于系统供电,MCU提供一个专用管脚给RTC供电,这样即使是主电源没有的状况下,RTC可以由独立的备用电池/或超级电容供电。而其他系列或类似的MCU都是把RTC供电和系统供电连在一起的,要想RTC一直工作,需要一直为系统提供电源。

  • 在F4xx系列也包含一些带RTC的芯片 The RTC is implemented in MSP430F41x2,MSP430FG461x, MSP430F47x, MSP430FG47x, MSP430F47x3/4, andMSP430F471xx devices.