Home code

code

23 Articles

SDRAM in STM32

This tutorial will cover how to interface the SDRAM in STM32 MCU. We will see the working on cortex M7 based MCUs...

STM32 TIMERS #3. How to use the ENCODER Mode

This tutorial will cover How to use Incremental Encoder with STM32. Also we will see how can we control the angle in Servo...

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

Interface WS2812 with STM32

In this tutorial, we will interface the WS2812/B LED with STM32. I am going to use PWM with DMA to send the data...

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.

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 communicate between HC-12 using STM32

This tutorial will cover how to communicate between STM32 MCUs using the HC-12 Module. We will use the uart to send the data...