This tutorial will cover Clock setup, Timer Setup for Delay, and GPIO configuration for STM32 F103 using the Register based programming.
clock
STM32 Clock Setup using Registers
This is the first and the most important tutorial in this series, and today we will learn how to setup the clock
Interface DS3231 RTC module with STM32
DS3231 is basically a memory device, which we can write the data to and read the data from. Just like any other memory device, we perform the read and write
Internal RTC in STM32
RTC can be used for chronometers, alarm clocks, watches, small electronic agendas, and many other devices and today we are going to learn HOW to access internal RTC in STM32.