I'm new to stm32 micro controllers. I read in STM32F103 data sheet that it has 3 ADC converters capable to perform up to 1Msps each. Is it possible to utilize these 3 converters to sample 1 channel up to 3 Msps ? I'm guessing it is possible if I start conversion for each converter sequentially with time difference 0.333us between one converter to another. So I get 3 conversion result from 3 converter for every 1us duration.
Is it feasible ? please advice. Thanks.