ADC

Tutorials on Analog to Digital converters using STM32

14 Articles
STM32 ADC | PART 3 Multi-Channel DMA (Normal Mode)

STM32 ADC | PART 3 Multi-Channel DMA (Normal Mode)

Learn to configure STM32 ADC for multi-channel readings using DMA in normal mode. Includes CubeMX setup, HAL code, and support for STM32F1/F4/H7 series.

STM32 ADC | PART 2 Single‑Channel Interrupt & DMA using HAL

Discover how to set up STM32 ADC1 for single‑channel analog-to-digital conversion using interrupt and DMA modes. Includes CubeMX config and tested HAL C...

STM32 ADC Single Channel Polling Mode using HAL & CubeMX

Learn to configure STM32 ADC1 in single channel polling mode using HAL and CubeMX. Step-by-step guide with code example for STM32F1, F4, and...

DMA with ADC using Registers in STM32

In this tutorial, we will see how to use DMA in STM32. Here I will use the ADC along with DMA, without any...

Joystick and STM32

This tutorial will cover another use of the ADC peripheral. We will see how to interface the joystick using the ADC peripheral...