In this tutorial we will see how to use the timer in the slave trigger mode. This is an example of the timer synchronisation…
Microcontroller Tutorials with Code from Scratch
Learn STM32, ESP32, and embedded systems by writing code from scratch using datasheets and reference manuals. All tutorials are tested on actual hardware to help you build reliable, real-world projects with full control and understanding.
What’s New in STM32
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 #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 the external clock…
Getting started with Riverdi STM32 Embedded Display
This tutorial will cover how to run our first project in the STM32 Embedded displays provided by the Riverdi.
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 measure wide range of frequencies..
How to interface BLDC motor with STM32
How to interface BLDC motor with STM32 and control the speed via the potentiometer using the ADC and the PWM..