Kommentar: Einfügen von HTML im Kommentar: Link einfügen: <a href="LINKURL" target="_blank">LINKTITEL</a> Bild einfügen: <img src="BILDURL"> Text formatieren: <b>fetter Text</b> <i>kursiver Text</i> <u>unterstrichener Text</u> Kombinationen sind auch möglich z.B.: <b><i>fetter & kursiver Text</i></b> C Quellcode formatieren: <code>Quellcode</code> BASIC Quellcode formatieren: <basic>Quellcode</basic> (Innerhalb eines Quellcodeabschnitts ist kein html möglich.) Wichtig: Bitte mache Zeilenumbrüche, bevor Du am rechten Rand des Eingabefeldes ankommst ! -> I > > 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