2 posts / 0 new
Last post
yuanwiner
Offline
Last seen:3 weeks 1 day ago
加入:2014-11-25 07:43
Real-Time Clock

How can I achieve UTC time?

Keywords:
Device:
MT_dialog
Offline
Last seen:一周6天前
Staff
加入:2015-06-08 11:34
Hi yuanwiner,

Hi yuanwiner,

I suppose that you could use the timer0 connected to the 32KHz clock as the time reference (as long as you dont use sleep) in case you want to sleep you could use the software timers in order to build a RTC, but you won't be able to have a fair accurancy in your clock.

Thanks MT_dialog