Helo, What is actual sampling rate of ADC. Is it 16Msps or 32Msps (16Msps per channel). If it is 32Msps, would xmega be capable of acquiring data from two adc's (eg. via 2xDMA). I'm asking because I'm interested in building MSO. Marcin
Hi, the sampling rate on the Xmegalab is 16MSPS, shared for both channels. The Xmegalab is currently not using the DMA for acquisition, although I think its possible.
To sample at 32MSPS I would suggest a faster microcontroller (like the AVR32 UC3), or even better. an FPGA + SRAM solution.
See my
oscilloscope comparison table
, look for open source designs and it will give you more ideas.