HI sir, could you kindly explain me how to calculate the sampling frequency of adc in STM32F103ZET6 ? I am not getting from any site this calculation. thanks
Guess you'd need to look at the ADCCLK, and the cycles programmed for sample time on each of channels being. If you wanted to quantify it, then toggle a GPIO on EOC and check with a scope.
Normally if you want to hit a specific rate you'd use a timer, or other trigger, to start the conversion at the desired period.