STM32 MCUs
cancel
Showing results for 
Search instead for 
Did you mean: 

Knowledge Base Articles

Implementing debug authentication on STM32H5 using CLI tools

Introduction Debug authentication is a critical security feature of the system considering that with a debugger the user can access a large part of the system. To control a reopening of the debug port, the device imposes a debug authentication proto...

RuchitN_0-1703203603049.png RuchitN_1-1703203603051.png RuchitN_2-1703203603053.png RuchitN_3-1703203603055.png
Ruchit N by ST Employee
  • 4249 Views
  • 4 comments
  • 3 kudos

Custom Signal generation using PWM and DMA

0. Introduction The purpose of this article is to explain how to generate a custom signal, a sine wave in this case, using an STM32 Microcontroller’s DMA controller and a PWM output from a timer. Although this example uses the NUCLEO-H745ZI-Q, the sa...

1683.png 1685.png 1687.png 1690.jpg

How to integrate CMSIS-DSP libraries on a STM32 project

Introduction Since CMSIS V 5.8.0, the CMSIS-DSP libraries are supplied as an individual package. The advantage is to decouple the release cycles of DSP from the CMSIS-Core stuff. As a side-effect, the DSP libraries structure was changed and the step...

KDJEM1_3-1716913675458.png KDJEM1_0-1716913201570.png KDJEM1_1-1716913286505.png KDJEM1_5-1716913808851.png
KDJEM.1 by ST Employee
  • 14828 Views
  • 16 comments
  • 6 kudos

Setting clock multipliers and dividers for the STM32H5

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...

Capture d’écran 2025-03-25 111404.png Clock configuration.png cycle to cycle jitter.png PLL power consumption.png
Sarra.S by ST Employee
  • 209 Views
  • 0 comments
  • 2 kudos

STM32N6 low-power modes and Standby demo

Summary This article provides an overview of the low-power modes available in the STM32N6 series. It provides hands-on instructions for utilizing the Standby demo, detailing how RAM retention is implemented and how to run the demo code. Introduction...

BMontanari_0-1741202262411.png BMontanari_1-1741202262414.png BMontanari_2-1741202262417.png BMontanari_3-1741202262423.png