STM32 Tutorials Using Registers

STM32 programming using register-level access gives you full control over the hardware. This section includes step-by-step tutorials for STM32F103, STM32F4, and other STM32 boards using direct register programming. Learn how to configure GPIO, timers, interrupts, UART, and more without HAL or libraries. Ideal for those who want to understand how STM32 works at the lowest level.

How to Setup DMA using Registers

This tutorial of the STM32 Register series will cover how to setup the DMA. We will configure the DMA for the UART peripheral…

SPI using Registers in STM32

This tutorial will cover how to use SPI using Registers in STM32. We will see how can we send and receive data in master mode..

External Interrupt using Registers

This tutorial will cover how to configure the external interrupt using the Registers in STM32 MCUs. We will use the button, which is connected..

keyboard_arrow_up