Home admin
Written by

213 Articles

Low Power Modes in STM32

This tutorial will cover how to use the Low Power Modes in STM32. We will see all three modes, sleep mode, stop mode...

FreeRTOS TUTORIAL #4 -> Using Counting Semaphore

This tutorial will cover how to use the Counting Semaphore in FreeRTOS. We will see how we can use it to block the...

Interface LCD 16×2 with STM32 without I2C

This tutorial will cover how to use the LCD1602 with STM32 in Parallel mode. We will use the 4 bit mode, where 4...

Interface DS3231 RTC module with STM32

This tutorial will cover how to interface the DS3231 RTC module with STM32. The module is connected via the I2C...

FreeRTOS Tutorial #3 -> How to use Binary Semaphore

This tutorial will cover how to use the Binary Semaphore in FreeRTOS. We will use the semaphore to block the access to the...

Managing Multiple UARTs in STM32

This tutorial will cover how to manage the multiple uarts having circular buffer using the head and tail method...

FreeRTOS Tutorial #2 -> Task Operations

This is the second tutorial in the series of free RTOS, we will see how to create a task, switching between tasks, suspending,...

How to use DAC in STM32

This tutorial will cover how to use the DAC in STM32. We will also see how to generate a sine wave in the...

Interface TFT display with STM32

This tutorial will cover how to interface the TFT display with STM32. We will use a common library to interface different displays in...