Question
How to setup ADC 'smart' way to sample channels at different rates
Posted on October 17, 2013 at 10:03
I have about 2 - 3 channels which I need to sample differently , as in, say:
ch1 : at 400 Hz, batch processing samples at 100, (possibly one more chan like that) ch2, 3: one sample every 100 is ok. The ADC sampling is triggered by external timer trigger. What would be proper way to do this? Can this be done somehow with regular vs injected channels, without extra handling/reconfiguring in isr? #the-part-is-complicated