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 > > Hello Pepe, > > > > of course I would like to know more about. The Free-Running-Mode > > has the disadvantage that we must poll over the interrupt flank, > > because there is no way to define a real interrupt routine. > > That causes a lot of cpu-noise. Maybe we put the cpu into > > ADC-Sleep-Mode and wait for the result. In ADC-Sleep-Mode we can > > use a faster ADC-Clock. Please take a look at the program below. > > > > DancingProBot-0.01 > > > > Gruß Torsten > > Hi Torsten, > > Im am afraid the other running modes you programmed do not work so well > as the free running mode. > - ADCaptureRun runs 15% slower than ADCaptureRunFree and shows some > glitches. > - ADCaptureRunQuiet shows strange behaviour. > See attached figures. What do you think? > > What might work is an 'ADCaptureRunFreeQuiet'. > > Regards, > Pepe