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

STM32U073CC STOP MODE

HiWe are using STM32U073CC MCU in a project. Our development tools are:STM32CubeIDEVersion: 2.0.0Build: 26820_20251114_1348 (UTC) STM32CubeMXVersion 6.16.0 WE are using the HAL_RTCEx_SetWakeUpTimer_IT to wake up the mcu from stop mode. The code code ...

Resolved! Dual Regular Simultaneous Mode ADC1 and ADC2

Hello,from recently I have a problem using STM32F407VGT6, moreover, I am unable to get consecutive conversions in the DMA buffer. For example I want to use Dual Regular Simultaneous ADC mode to obtain results from 4 channels (2 in ADC1 and 2 in ADC2)...

Screenshot from 2025-11-30 08-40-28.png Screenshot from 2025-11-30 08-41-13.png Screenshot from 2025-11-30 08-44-57.png
richi by Associate III
  • 306 Views
  • 3 replies
  • 0 kudos

Fix for STM32G0B1 USB MSC Bootloader

stm32-hotspot BOOTLOADER_USB_MSC_STM32G0 can be used as a good starting point for a USB MSC bootloader. The provided examples work, but if the application size increases, the bootloader will be erased, finally causing a hard fault.It took a me while ...

etik by Associate
  • 235 Views
  • 2 replies
  • 1 kudos

Resolved! Clean jump app to app

Hello,WORKING ON : STM32H753I am looking to implement a jump from one application to another on an STM32H7 (Cortex-M7), so that the new application starts as if the microcontroller had just been reset: MSP initialized, VTOR set, caches (and MPU maybe...

HugoSTM32 by Associate III
  • 270 Views
  • 3 replies
  • 2 kudos

STM32H7 PTP with hardware support

Hello Yes here we go again… I’m again busy with the implementation of PTP slave inside STM32H7, based on this GitHub: https://github.com/hasseb/stm32h7_ptpd I tried to port this to my own project based on STM32H7, I changed what was mentioned in the ...

JDWBE by Associate III
  • 211 Views
  • 0 replies
  • 0 kudos

Spirit MP3 Decoder support for hardware float

Hello,     I have a project using the spirit MP3 Decoder. I am in the process of moving this project over to a FreeRTOS based project using the STM32F411. FreeRTOS only supports hardware floating point for this chip and the spirit MP3 decoder is prov...

SORei.1 by Associate II
  • 357 Views
  • 3 replies
  • 0 kudos

Resolved! STM32G4xx HAL Driver V1.2.5 Issue with DMAMUX

Hello ST,I would like to report a bug in the <stm32g4xx_hal_dma.c> file (V1.2.5). In the function DMA_CalcDMAMUXChannelBaseAndMask(DMA_HandleTypeDef *hdma), there's an error in calculating hdma->DMAmuxChannelStatusMask. For DMA2 channels, the channel...

Penguins by Associate
  • 403 Views
  • 4 replies
  • 0 kudos