8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd40374 commit bee6fe5Copy full SHA for bee6fe5
cores/arduino/stm32/analog.cpp
@@ -845,7 +845,6 @@ uint16_t adc_read_value(PinName pin)
845
#if defined(STM32G0xx)
846
AdcHandle.Init.SamplingTimeCommon1 = samplingTime; /* Set sampling time common to a group of channels. */
847
AdcHandle.Init.SamplingTimeCommon2 = samplingTime; /* Set sampling time common to a group of channels, second common setting possible.*/
848
- AdcHandle.Init.TriggerFrequencyMode = ADC_TRIGGER_FREQ_HIGH;
849
#endif
850
#if defined(STM32L0xx)
851
AdcHandle.Init.LowPowerFrequencyMode = DISABLE; /* To be enabled only if ADC clock < 2.8 MHz */
0 commit comments