Hi there,
I would like to run Xiao's ADC at two channels, 1000 samples/sec each (and some nice sample rates)
Since ADC's free run mode will only give some "weird" sample rate, I feel timer would be my bet to get some nice sample rates.
Is it possible to trigger/start ADC conversion directly from timer in hardware level to meet the above requirement? If so, any pointer?
If not, I will have to use program to trigger/start ADC in timer isr. To minimize the jitter caused by isr time, I guess i can set timer isr to the highest priority.
Thanks for any pointer/comment!