User Activity

Introduction  Clock configuration is a fundamental aspect of microcontroller (MCU) design, directly influencing the performance and power consumption of the system. In the STM32 series, the reset and clock control (RCC) peripheral manages the system...
Introduction  In this article, we explore how to set up and debug a FreeRTOS™ project for the STM32H753 microcontroller using visual studio code (VS Code). We cover the necessary extensions, step-by-step project creation, and debugging processes, inc...
Introduction When working with the STM32H5 series microcontrollers, understanding the behavior of reading unwritten One-Time Programmable (OTP) or flash high-cycle area data is crucial. This article addresses the feasibility and implications of such...
Introduction  The real-time clock (RTC) can be used as a source to periodically wake-up the microcontroller, perform necessary tasks, and then return to low-power mode. Furthermore, the RTC can be used to calculate the elapsed time while the microco...
Introduction  When working with the STM32U5 microcontroller, you may encounter issues where the low-power timer (LPTIM) fails to wake the device from stop 2 mode. This article provides insights on what might cause the issues. 1. Using LPTIM2 instanc...
Kudos given to