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

Re: ADC in Free Running Mode Kategorie: Programmierung C (von Torsten - 11.02.2013 21:07)
Als Antwort auf Re: ADC in Free Running Mode von PepeV - 11.02.2013 18:29
Ich nutze:
C-Control Pro Mega128
> > >  Hello Pepe,
> > >
> > >  maybe the version below is still interesting for you.
> > >
> > >  GruÃ? Torsten
> >
> > Hi Torsten,
> >
> > Thanks, I will look at it later.
> > Here is an improved version of my ADCapture2fl.asm. The previous version
> > has a serious bug. If an ADC value is zero, it will hang. That case is dealt
> > with now and also the code is optimized so less instructions are needed.
> >
> > Maybe we should start a new thread in the category Programmierung
> > Assembler. 'FFT for the Atmega128'?
> >
> > Regards,
> > Pepe
>
> Hi Torsten,
>
> Your version of the conversion of integer to float is better, more compact and
> elegant. Thanks! I learned a lot from it and was able to combine it with my
> version to obtain an even more compact code. See attachment.
>
> Regards,
> Pepe

Hello Pepe,

A new thread would be recommended in any case.
I have improved my version also. See below.
One task would still remain. To Prevent that
somebody must once again doing so many thoughts
around the problem, we should Publish the
ADCapture-Module.

 GruÃ? Torsten

ADCapture-0.05.zip




    Antwort schreiben


Antworten:

Re: ADC in Free Running Mode (von PepeV - 12.02.2013 19:54)