User Activity

1. 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 STM32CubeIDE tool and how to use it in an application.  2. Prerequisites...
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, ...
1. 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 to be covered in this article. 2. Prerequisites Har...
1. 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 peripheral on a STM32H723.  2. Prerequisites Hardware Micro USB cable used to power ...
1. 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 microcontrollers or between an STM32 and an MPU or FP...