Question
Reduce ADC sampling rate
Hi
The default stm32h7 ADC sampling rate is 50MSps.
how can I reduce it using HAL settings?
something like 50KSps?
Is it possible to do so during run time while the is ADC is already on?
Is there any risk of using the internal ADC at the maximum sample rate? For an application which uses it a lot? Could it wear down the ADC peripheral with time?
Thanks