Home setup

setup

9 Articles

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

How to Setup UART using Registers in STM32

In this tutorial of the STM32 Register series, we will see how to configure the UART using Registers. We will transmit some data...

DMA with ADC using Registers in STM32

In this tutorial, we will see how to use DMA in STM32. Here I will use the ADC along with DMA, without any...

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

STM32F103 Clock Setup using Registers

This tutorial will cover Clock setup, Timer Setup for Delay, and GPIO configuration for STM32 F103 using the Register based programming.

STM32 I2C Configuration using Registers

This tutorial will cover both transmission and reception using the I2C and the configuration will remain common in both the processes.

STM32 GPIO INPUT Configuration

This tutorial will cover how to configure the GPIO pin as input in STM32, and then how to read it's state whether the...

STM32 GPIO OUTPUT Config using REGISTERS

This tutorial will cover how to configure a pin as GPIO output pin in STM32 using the Registers. We will connect a LED...

STM32 Clock Setup using Registers

This tutorial will cover how to configure the clock in STM32 using Registers only. This is the first tutorial of the STM32 Register...