Watchdog Timer In STM32

Overview In this tutorial, we will see how to use IWDG (Independent Monitor) and WWDG (Window Monitor) in STM32. Both monitors are used for a similar purpose, but the difference is in their implementation. The main difference between the two is that a standalone watcher can be reset at any time before it times out,…

Read More

STM32 Realtime Clock Example

Real-time clock A real-time clock (RTC) is an electronic device (most often in the form of an integrated circuit) that measures the passage of time. Although the term often refers to the devices in the personal computer, servers and embedded system, RTCs are present in almost any electronic device which needs to keep accurate time. Components Required: STM32F303CB/STM32 blue pill boards –…

Read More