STM32 Timer Tutorial Part 1 – Bare Metal Part 3

STM32 Timer Tutorial with registers - STM32 Timer Tutorial

This is the Series of tutorials on the STM32 Microcontroller. The aim of this series is to provide easy and practical examples that anyone can understand. This is STM32 Timer Tutorial Part 1 – Bare Metal Part 3. In this tutorial, we are going to see all the registers that are available for the Timer/Counter in STM32. … Read more

STM32 GPIO Tutorial (LED and Buttons)- Bare Metal Part 2

STM32 GPIO Tutorial

This is the Series of tutorials on the STM32 Microcontroller. The aim of this series is to provide easy and practical examples that anyone can understand. Basically, you can write GPIO codes in multiple ways (Using HAL, the GPIO driver). Using that HAL you can finish your job in very few lines of code. But I … Read more