STM32 MCUs Embedded software

Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

How to configure HSEM in STM32CubeMX

The HSEM option is not found in "System Core" in STM32CubeMX (version 6.15), and the configuration option for HSEM interrupt is only found in NVIC. How to configure HSEM in STM32CubeMX. When I selected the LL library environment, the generated source...

Snipaste_2025-11-07_15-12-55.png
liuxw by Visitor
  • 9 Views
  • 0 replies
  • 0 kudos

STM32U5A9 and X-CUBE-AUDIO?

Hi,I'm getting info on playing mp3 files with my custom Nucleo-U5A9 (originally a NUcleo-U575, I replaced the MCU and added xtal). I'll be using the audio codec TLV320AIC3110 with I2C and SAI from the U5A9. I'll be using ThreadX, FileX an a uSD card....

Rodo by Senior
  • 18 Views
  • 0 replies
  • 0 kudos

ADC not started by TIM output trigger

I'm using the STM32H562. I'm trying to start an ADC conversion using output compare on a specified channel during the middle of an up-down count of a timer.Timer used: TIM8 running at 250 MHz, generating a 20 kHz periodChannel: 4Timing: At the peak o...

Thoufiel by Associate III
  • 60 Views
  • 4 replies
  • 1 kudos

Resolved! Problem with PWM + DMA on a STM32L431

Hello, I have a problem with a STM32L431CC generating a circular PWM burst with the DMA. I am using the Timer1 to generate 4 PWM signals on the Pins PA8, PA9, PA10, PA11. The systemclock of the Timer 1 is 80 MHz. The frequency of the PWM signal shoul...

patmar_0-1762442802844.png
patmar by Visitor
  • 62 Views
  • 2 replies
  • 1 kudos

FDCAN->CKDIV vs FDCAN_CONFIG->CKDIV

rm0456 describes CKDIV belonging to the FDCAN register structure, However the actual header in the cmsis_device_u5 repo make it a member of the FDCAN_Config_TypeDef. This is missleading!   Probably FDCAN_Config_TypeDef. is some structure found in the...