DMA

Greetings.
At this moment I'm working on a project involving arduino due but I'm not so sure on how to send an ADC signal through a DMA to the memory compartment. I am still learning how to use this kind of technology so if anyone can help I apreciate it.
Thanks.

Look here, reply #8
http://forum.arduino.cc/index.php?topic=137635.0
and here
http://asf.atmel.com/docs/latest/sam3x/html/group__sam__drivers__adc__group.html
Somewhere inside ASF ( 200 Mb or so ) there is an example of using ADC,

  • \section Description
  • This application shows how to use the ADC using the several modes:
  • with/without PDC, several types of trigger (Software, ADTRG, Timer, etc.),
  • gain and offset selection, using sequencer. Users can select different modes
  • by configuration menu in the terminal.
  • \note