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

Knowledge Base Articles

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
  • 956 Views
  • 0 comments
  • 5 kudos

Custom Signal generation using PWM and DMA

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 same steps can be ...

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

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

How to use semihosting with STM32CubeIDE and STM32

Summary Semihosting can be used to enable code running on STM32 to communicate with the host computer during a debug session. This makes it possible to use host computer I/O (for example keyboard, display, or file system) instead of having such input...

1565.png 1567.png 1570.png 1571.png
LauraCx by ST Employee
  • 20263 Views
  • 5 comments
  • 2 kudos