On May 11, 2004, at 6:57 PM, David VanHorn wrote: > I think it was something like: > > Int: > Read data. > Change channel. > Store data. > Short delay (couple instructions?) > Start conversion. > Exit int. Basically the procedure that I have used on MIL-STD-1553 cards. No need to enable a complete interrupt, just read the data off when it's time to send another message. Also just manipulate pointers to the data and not move the data itself around during an interrupt handler if possible. Mike
Message
Re: [AVR-Chat] Re: Noisy ADC lines
2004-05-12 by Mike Murphree