Continuous ADC application [ADC of STM32]

This program automatically and continuously converts and displays the 1-channel analog input signal from STM32 ADC. Since this is a continuous conversion mode, once set, the conversion value can be obtained at any desired timing.

This program automatically and continuously converts and displays 1-channel analog input signals.

In the case of the case of each time conversion, the analog conversion is performed only at the timing when the analog value is to be acquired, so a wait time is generated to acquire the conversion value, but in the case of continuous conversion, once the conversion is started, the rest is repeated automatically and continuously.

Follow me!