Resolved! STM32H7 ADC using timers
Hello, I am using Nucleo-H743ZI ,I am using timer1 to trigger ADC.My APB1 clock frequency is 240MHz and my ARR register is 240 of timer 1. So my sampling rate of ADC should be 1Msamples/sec. To check it I am toggling a pin whenever ADC conver...