STM32U5 ADC1 : does conversion time depend on sampling time configuration ?
Hi,
I'm working on ADC1, on a STM32U5 (on a Nucleo board). In reference manual (RM0456) § 33.4.13 "Channel-wise programmable sampling time" we can read how to compute the total conversion time Tconv.
The example is given for SMP = 5 ADC clock, at 55Mhz. It says:

What I need is a confirmation about the statement I stressed in pink on the above picture "for 14-bit mode".
Does it mean that if I set ADC1 to 12 bits or 10 bits resolution the computation is not done with 17 cycles but with something else (less than 17) ?
Said differently: does the number of ADC clock for the conversion depends on the ADC resolution or is it fixed at 17 cycles for ADC1 ?
My guess is that sampling time is programmable but conversion time is fixed whatever the resolution. Since in the RM I do not find any list of conversion time I tend to conclude I'm correct.
But I'd like a confirmation to this.
Best regards
Patrice.
