STM32 MCUs
From FAQs to complete How-to articles, find useful articles on STM32 MCUs programming & troubleshooting, ecosystem, and product details.
cancel
Showing results for 
Search instead for 
Did you mean: 

Knowledge Base Articles

STM32 MCU errata sheets: Expected preliminary updates

Introduction This article includes preliminary updates of STM32 MCU errata sheets reported since 1st January 2024. It highlights the current description requiring update and the expected one if available. The purpose of this article is to deliver an...

KDJEM1_1-1712142798747.png KDJEM1_0-1733228672726.png KDJEM1_1-1733228771070.png
KDJEM.1 by ST Employee
  • 2816 Views
  • 0 comments
  • 5 kudos

How to open a STM32CubeIDE X-CUBE project

Introduction ST provides several X-CUBE source packages for STM32 on st.com with STM32CubeIDE project files. To open the projects in STM32CubeIDE, there are several ways. Note: some X-CUBE packages are also provided in STM32CubeMX as installable "pac...

search on st.com.png STM32CubeIDE_File_Import_menu2.png STM32CubeIDE_Import_widget2.png STM32CubeIDE_import_project2.png

How to Quick Connect STM32U5 to Azure IoT Central

A step-by-step guide to connect and publish real B-U585I-IOT02A Discovery Kit sensor data to a free Azure IoT Central Application.STM32U5 Azure Quick Connect - Getting Started Guide STM32U5 Azure Quick Connect is the fastest way to get your B-U585I-I...

1437.png 1438.png 1439.png 1440.png

How to check compatibility on USB ULPI transceivers with STM32 MCUs

Introduction Some external USB HS PHYs compatible through the ULPI interface are detailed in Table 12, compatible USB HS PHY in AN4879. However, not all transceivers could be listed in the application note. Compatibility checking is necessary before...

FBL_1-1712137563512.png FBL_0-1712221538368.png FBL_2-1712220964581.png
FBL by ST Employee
  • 1463 Views
  • 0 comments
  • 5 kudos

How to program STM32 Option Bytes with the HAL API

Although it is possible to program the option bytes through a debugger with a tool like STM32CubeProgrammer, there are many times where it is necessary or helpful to program the options bytes in the runtime of the application. The STM32 HAL libraries...

1323.png

Jump to bootloader from application on STM32H7 devices

In STM32H7, the base address of system memory is different from the entry point of the bootloader.  Thus, in order to jump to the bootloader, address "0x1FF09800" should be used instead of "0x1FFF0000".  Below, you find a sample code permitting the j...