Dear everyone, Is it possible to have the ADC sample and process its output at the same time?
What I mean is, say I have my ADC sample a sensor at 10KHz. What I've been doing is fire up the ADC(with DMA), the array would return, I'd process the array and then fire up the ADC again. Obviously I end up missing samples, as the ADC is not running while I'm processing the previous set of samples. Is it possible to have the ADC sample continuously while I'm processing the output at the same time? Using a circular queue perhaps? As always, thanks! Andy
_______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
