Stm32f103 samples per second adc
Hello, I'm using a stm32F103 to read 10 channel from the ADC in continuos mode. The ADC clock is 12Mhz and the sampling time is 28.5 cycles for all channels. the convertion time for one channel is ((28.5+12.5)/12Mhz) = 3.41 us. Since i'm using adc in continuos mode, after this 3,41us the next channel will be read and this read will take another 3.41 us and the same thing for the next eight channels. So in 34.1 us each channel has one sample. So each channel in one second are reading (1000000/34,1) = 29325 samples. I just want to a confirmation for this calculations if possible, Thanks!
