Question
Changing sampling time on STM32 MCU ADC?
I am working on a project where I need 6000 samples per second converted by the ADC. In STM32CubeMX, I have the following configurations set for the ADC:
What parameters can I change so that I am getting 6000 samples per second? Do I need to configure a timer? My understanding is that a sampling time of 12.5 cycles provides 12-bit resolution, and another 2.5 cycles is required for the sample period for a total of 15 cycles.
