Timers

Tutorial series on STM32 Timers

15 Articles

Interface WS2812 with STM32

In this tutorial, we will interface the WS2812/B LED with STM32. I am going to use PWM with DMA to send the data...

PWM with DMA in STM32

This tutorial will cover how to use the Timer to generate the PWM(Pulse Width Modulation) wave in STM32. We will use the PWM...

STM32 TIMERS #2. How to Measure PWM Input

Today in this tutorial we will see how to use PWM input Mode to measure the frequency and duty of the input signal..

STM32 TIMERS #4. How to use the Input Capture

This tutorial will cover how to use the Input Capture mode of the STM32 Timers, to measure the frequency and width of the...

How to Generate Microseconds delay in STM32

How to generate Delays in micro and NanoSeconds in STM32 using HAL. We will use one of the timers to generate these delays..

pwm

STM32 TIMERS #1. How to Generate PWM Output

This tutorial will cover how to generate a PWM (pulse width Modulation) waveform using the Timer in STM32. We will use the HAL...