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.

关于MSP430F2618的实时时钟的实现

Other Parts Discussed in Thread: MSP430F2618

大家好,我想知道在MSP430F2618上是否有已实现的软件实时时钟系统(RTC)?

  • BOb Frank, MSP430F2618上没有RTC外设,如果要软件实现实时时钟的功能的话,可以使用定时器Timer_A实现1s定时,后自行更新hour, day, month and year。若对精度要求高的话,时钟源是可用外部32768Hz的晶振。