Home real

real

8 Articles

Display Clock on TM1637

This tutorial will cover how to display the clock on the TM1637 seven segment display using the internal RTC of STM32F103C8 MCU...

FreeRTOS Tutorials #8 -> Software Timers

This tutorial will cover how to use the software timers in FreeRTOS. We will see the use of both, one shot and auto...

FreeRTOS Tutorial #7 -> Using MUTEX

This tutorial of the FreeRTOS series will cover how to use the Mutex. It stands for Mutual exclusion and it prevents the 2...

FreeRTOS Tutorial #5 ->Using Queue

This tutorial will cover how to use the Queue in FreeRTOS. We will see both, simple queue and structured queue...

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

How to use the Internal RTC in STM32

This tutorial will cover how to use the inbuilt RTC of STM32. We will also see how to use the Alarm feature of...