Posted on May 17, 2011 at 12:35Well yes, in a way I have, but I can't say if this is the optimal solution. What I ended up with - after some trial and error - was rearranging the initialization, enabling and startup of the two peripherals, making th...
Posted on May 17, 2011 at 12:35@paul.smitton: I agree. There seems to be no reason to enable the DMA any sooner than you do, but sadly it did not help my project. The values are still ''out of sync''. @smart.avr: What interrupt are you referring to?...
Posted on May 17, 2011 at 12:35Hi I’ve run into a peculiar problem when using the DMA to continuously transfer my ADC values to RAM. With certain ADC frequencies the DMA and ADC does not seem to be ''in sync'', and the values are stores in the wro...