Home frequency

frequency

8 Articles

Interface Passive Buzzer with STM32

This tutorial will cover how to interface the passive buzzer with STM32 and how to play a melody containing tones of different frequencies...

STM32 Timers #10. Timer in Gated Mode

This tutorial covers how to use the Gated mode in STM32 Timer where both the start and stop of the counter is controlled...

STM32 TIMERS #8. Make 48 bit Counter by Cascading Timers

In this tutorial we will see how to cascade 3 16 bit counters into a single 48 bit counter, and use it to...

STM32 TIMERS #7. Timer synchronization || Slave Reset mode

In this tutorial we will see how to use the Timer in the slave Reset Mode. We will also clock the Timer from...

STM32 TIMERS #6. Timer synchronization || Generate 3 Phase PWM

This tutorial covers another example of timer synchronization, where we will generate 3 phase PWM waveforms using the trigger mode..

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...

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...