Home based

based

7 Articles

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

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

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