This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

External ADC trigger from a high clock (via Timer)



Hello.

One of our clients needs to provide to our Tiva board an external reference clock for sampling some signal. In specific, they will provide a 30MHz signal, and they want the Tiva board to latch that signal to sample (at a lower rate,around 300khz) with the ADCs (of course using uDMA). Yes, coherent system.

We think that using a GPIO as ADC_TRIGGER_EXTERNAL is not valid, because the memory depth won't be enough to hold that data and use some oversampled signal.

Our idea goes through taking that signal to a Timer pin, use a counter to lower that clock and select ADC_TRIGGER_TIMER as parameter, probably via TIMER_CFG_A_CAP_COUNT.

Would it be possible to do that?

Thank you