Zur Übersicht - INFO - Neueste 50 Beiträge - Neuer Beitrag - Suchen - Zum C-Control-I-Forum - Zum C-Control-II-Forum

Re: Genauigkeit bzw Toleranz RTC Kategorie: Programmierung C (von PepeV - 30.01.2013 12:08)
Als Antwort auf Re: Genauigkeit bzw Toleranz RTC von Felix - 30.01.2013 10:52
Ich nutze:
C-Control Pro Mega128
> Hab die Controller jetzt ausgetauscht.
> Das Ergebnis zeigt, dass die Zeitdifferenz wohl von den Mikrocontrollern hervorgerufen wird.
> Denn der Mikrocontroller 1 ist wieder "schneller" als der µC 2

Hi Felix,

When I look at the first diagram, it seems that once and a while the distances
between successive points on a curve are larger than expected. This could mean
that the interrupt service routine once and a while misses interrupts.This is in line
with what Peter S. wrote.
I cannot see immediately how this could cause the observed behaviour as both
processors should behave the same, but maybe it has to do with synchonization
of ADC processes and processes that happen "under water" like thread managing
etc.
Nonetheless I would advise you to check the value of irqcnt. It should be 1 all the
time.

Regards,
Pepe


    Antwort schreiben


Antworten:

Re: Genauigkeit bzw Toleranz RTC (von Felix - 31.01.2013 8:08)
    Re: Genauigkeit bzw Toleranz RTC (von Felix - 31.01.2013 9:12)
        Re: Genauigkeit bzw Toleranz RTC (von PeterS - 31.01.2013 14:19)
            Re: Genauigkeit bzw Toleranz RTC (von Felix - 1.02.2013 9:41)