How to use triple simultaneous mode with timer as trigger?
***update in the comments***This is what I want to do: Use ADC1, ADC2 and ADC3 each with multiple channels. I want to trigger them with a timer. Definition of the buffers: volatile uint32_t gValueArrayADC1[NUMBER_OF_CHANNELS]={11,12}; volatile uint32...