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

Resolved! STM32F407VET6 Black Pill V2

I procured an STM32F4VE 2.0 board *Details of board here:*https://stm32-base.org/boards/STM32F407VET6-STM32-F4VE-V2.0I managed to create a Basic STM32 Cube Project for this controller. (STM32F407VET6)From the Schematic on STM32base website, I see PA1...

nagendra_1-1764608023780.png nagendra_2-1764608076266.png nagendra_4-1764608204186.png nagendra_0-1764607947951.png
nagendra by Associate
  • 228 Views
  • 2 replies
  • 1 kudos

Resolved! Error in PSSI HAL code for HAL_PSSI_Abort_DMA

I am working with an STM32U575, HAL version 1.5 and found the issue described below(Have checked the HAL code for the H5 and H7 and these contain the same issue)See picture below, when aborting an PSSI transfer, before checking the state on lines 125...

LVan31_0-1718625311115.png
LVan .31 by Associate III
  • 1281 Views
  • 3 replies
  • 1 kudos

Bug in example of NUCLEO-U575ZI DAC&DMA?

Hi, there is this example for using the DAC with DMA for the NUCLEO-U575ZI:https://github.com/STMicroelectronics/STM32CubeU5/tree/main/Projects/NUCLEO-U575ZI-Q/Examples/DAC/DAC_SignalsGeneration_DMAIn the current V1.2.0 of file https://github.com/STM...

psfahr by Associate II
  • 162 Views
  • 1 replies
  • 0 kudos

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
  • 342 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
  • 253 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
  • 280 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
  • 232 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
  • 373 Views
  • 3 replies
  • 0 kudos