cancel
Showing results for 
Search instead for 
Did you mean: 

ADC trigger

Nakata
Associate II

Hello, I want to control the period of ADC conversions

The code needs to read two adc channels at the same time in a frequency of 10kHz, so, do some maths with this values and output in a DAC

What is the most efficient way to do that?

1 REPLY 1
AScha.3
Chief II

Hi,

which cpu ? which dac ?

>What is the most efficient way to do that

Write a program...

- timer -> triggers 2x ADC -> write to ram , with circular DMA

- do some...with data

- write new data with circular DMA to DAC 

-- thats it.

If you feel a post has answered your question, please click "Accept as Solution".