STM32 ADC + DMA + timers tutorial

This three-part tutorial focusing on low-level configuration of the STM32F767’s ADC, DMA controller and timers, was originally published as a series of blog articles:

  • Part 1: Software and MCU setup, basic ADC sampling.

  • Part 2: STM32 DMA controller configuration, using DMA for ADC conversions.

  • Part 3: Using STM32 timers, integrated USB oscilloscope example.