2010-02-03 12:23 PM
DMA and ADC Synchronization
2011-05-17 04:38 AM
If you randomly enable/disable the DMA, don't be surprised that you get random data from the sequencer...
Better use the whole capacity of sequencer and dual ADC, if possible, and stop the conversion on ADC after the sequence is finished (non-continuous mode, don't exchange with discontinuous!) This way you get 16 dual results, the DMA with buffer length 16 will just store them right into the memory.