User Activity

How to configure and use the STM32’s ADC Analog Watchdog feature1. Introduction In most of the STM32’s ADC (Analog Digital Converter), there is a feature called the Analog Watchdog. In this article we will learn how to configure it using the STM32Cub...
Introduction Some of the STM32 microcontrollers have backup registers. These registers can be written/read and protected and have the option of being preserved in VBAT mode when the VDD domain is powered off. In this article we will learn how write, ...
How to manage multiple EXTIs with the STM32Cube HAL1. Introduction It is very common to have multiple GPIOs used as External Interrupt (EXTI) sources in an embedded system. But how to manage them in an application code? This is exactly what is going ...
How to configure and use the DTS (Digital Temperature Sensor) on the STM32H71. Introduction The DTS (Digital Temperature Sensor) was introduced in our high performance STM32H7 family. In this article we will see how to configure and use this peripher...
How to configure and use the PSSI on the STM32H71. Introduction The PSSI which stands for Parallel synchronous slave interface and was introduced in our high performance STM32H7 family. The PSSI can be used as a fast interface between two STM32 micro...