Tool/software:
Hi Team,
what is the TM4C1294 internal RTC (real time clock) module accuracy? I can't find the accuracy data of the RTC in the micro's datasheet. thanks.
Best
Gu
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.
Tool/software:
Hi Team,
what is the TM4C1294 internal RTC (real time clock) module accuracy? I can't find the accuracy data of the RTC in the micro's datasheet. thanks.
Best
Gu
Hi Gu,
The RTCCLK can take the clock source among three different clock sources: See below. If you choose either the 32.768kHz OSC or the external 32.768kHz clock source (a direct square wave clock) then the RTC accuracy depends on your external crystal or the oscillator. You will need to find out the clock tolerance from your crystal/oscillator datasheet.
If you choose the internal low frequency oscillator (LFIOSC) then the tolerance is high. The
Hi Charles,
thanks for your quick response, if I am using a typical ±20ppm 32.768KHz crystal with the TM4C1294 RTC, does it mean my error is 1 second per 13 hour?
equation is (1000000/(60*60*20)). is there any other factor need to be count into this error calculation equation? do you have any error rate test sample data of the RTC using external 32.768Khz crystal?
Best
Gu
if I am using a typical ±20ppm 32.768KHz crystal with the TM4C1294 RTC, does it mean my error is 1 second per 13 hour?
equation is (1000000/(60*60*20)).
I agree with your calculation.
is there any other factor need to be count into this error calculation equation?
The accuracy of your external crystal can be affected by things like temperature changes load fluctuations, and even aging but I think they should be taken into account by the ppm that is specified in your crystal datasheet.
do you have any error rate test sample data of the RTC using external 32.768Khz crystal?
No, we don't have this data.