Home configuration

configuration

32 Articles

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

USB CDC Device and HOST in STM32

This tutorial will cover how to implement USB CDC (Communication Device Class) in STM32 using both CDC Device, and CDC Host...

ST7735 1.8″ TFT Display with STM32

This tutorial will cover how to interface ST7735 1.8" TFT Display with STM32 using the SPI peripheral. We will also see how to...

How to Interface Servo motor with STM32

How to interface a regular servo motor with STM32. We will use the PWM signal to vary the angular displacement of the motor...