I am using TIM1 for medium-frequency PWM and TIM8 for high speed ADC sampling with a STM32F765VIT6. TIM8 triggers ADC1, ADC2, and ADC3 where DMA streams collect the data. The frequency of TIM8 is a multiple of TIM1 so once it is started it will remai...