STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32U575 timer DMA to update ARR

Hi folks,I'm trying to use a timer to generate a PWM output on a single output channel, but vary the frequency each cycle by updating the ARR register with DMA updates.  I think I set everything up correctly, but when I call HAL_TIM_Base_Start_DMA(),...

rleighelectradx_0-1725553852562.png rleighelectradx_1-1725553970298.png rleighelectradx_2-1725554612011.png

USB HID Device: how to send Unicode?

I have a USB HID Device STM32CubeIDE project with the following USB HID Report Descriptor   0x05,0x01, // Usage Page: Generic Desktop Page (0x01), page HID Usage Tables 1.4 0x09,0x06, // Usage: Keyboard (0x06) 0xa1,0x01, // C...

Regarding best suitable STM microcontroller

We are working on making a personal gateway, where we are looking to send data from 10/15 sensors over cloud. We are using Telit evaluation board for 5G connectivity to cloud. We are looking for a microcontroller that can take up the the data from th...

ShreyaM by Associate
  • 1279 Views
  • 5 replies
  • 1 kudos

Resolved! Current consumption figures between L5 and U5 family

Dear Community,When comparing STM32L5x2 line with STM32U5x9 line I had the surprise to read in product selector's view:Supply Current Run Mode (per MHz) typical:- For STM32L5x2:    96- For STM32U5x9:   26Are these numbers correct?If yes, what can exp...

apadom by Associate III
  • 2476 Views
  • 4 replies
  • 2 kudos

Resolved! Hard fault on blx instruction - STM32F091CBU6

Hello everyone, I am developing a simple bootloader application where I have the bootloader code located at 0x8000000 and the main firmware at 0x8008000.To jump from the bootloader to the firmware code I am using this code: typedef void (*pFunction)(...

GCalin by Associate II
  • 2222 Views
  • 8 replies
  • 0 kudos