STM32 MCUs
From FAQs to complete How-to articles, find useful articles on STM32 MCUs programming, troubleshooti...
353 PostsBrowse through a comprehensive repository of real-world use-cases and “how-to” resources provided by ST experts.
From FAQs to complete How-to articles, find useful articles on STM32 MCUs programming, troubleshooti...
353 PostsFind useful articles on STM32 MPU troubleshooting, device tree creation, security, PCB design, and p...
18 PostsFind useful articles on MEMS and sensor technology including biosensors, Time-of-Flight, AIoT soluti...
72 PostsFind useful articles on playing audio on STM32, covering internal/external memory with demos and tip...
8 PostsFind useful articles on ESD signals, CAN termination, ESD protection, and compatibility with FlexRay...
15 PostsFind useful articles on programming BlueNRG-1 and BlueNRG-2 devices with comprehensive instructions.
1 PostsFind useful articles on VCONN pin, TCPP01-M12 setup, RX/TX coil distance, ESD protection, and wirele...
31 PostsFind useful articles on MTBF/FIT values, ECOPACK, material declarations, REACH SCIP numbers, and pro...
6 PostsSummary This article provides a step-by-step description of a lightweight algorithm to write and retrieve data from flash using virtual addresses. The key aspect is the low footprint and overall simplicity. The code example in this guide is provided...
Introduction1. Typical CAN bus structure2. bxCAN in Normal mode on STM322.1 Hardware considerations2.2 Software considerations2.2.1 Clock configuration2.2.2 CAN I/Os configuration2.2.3 CAN timing and parameter configuration2.2.4 CAN filter configurat...
Introduction1. The hardware2. The software2.1 The example description2.2 Step-by-step example creation2.2.1 CAN configuration and code generation with STM32CubeMX2.2.2 Adding the code related to the CANtransmission2.2.3 Adding the code related to th...
Introduction UART is a communication protocol that enables the user to send data asynchronously through transmit (Tx) and receive (Rx) lines. It involves a shared baud rate between the transmitter and receiver. This article shows you how to set up an...
Summary In STM32-based Ethernet designs, connecting the internal media access controller (MAC) to an external physical layer transceiver (PHY) requires a hardware interface. The two most common interfaces used for this are: MII: Media-independent in...
Summary This article provides a comprehensive guide on running AI models from the STM32 model zoo on STM32N6 microcontrollers. It includes step by step instructions on selecting a model, preparing the development environment, and converting the mode...
Introduction Data logging applications require storing large amounts of data over a period of time. SD cards are a convenient solution for storing data and many STM32 products include the proper hardware interface. Using a standard file system to wri...
To answer the questions like "Is my ST-Link/V2 genuine? Where to find a genuine ST-Link/V2? Why my device isn't recognized?" and other related ones, please refer to the following: Where to find a genuine ST-Link/V2 ST-Link official in-circuit debugge...
Summary This article provides a quick guide on how to enable overdrive mode on the STM32N6 Discovery kit and configure your project accordingly. It includes instructions and explanation on configuring overdrive mode, responsible for changing the VDD...
Introduction The OCTOSPI interface is used in STM32 devices to enhance communication speed with devices like external memories. Achieving the maximum OCTOSPI clock frequency is essential for various applications. This article explains some factors i...
Here are some useful resources to help you find your way around the community and feel comfortable using this website.
Discover how the STM32WB0 series can ease Bluetooth® Low Energy 5.4 integration.