STM32CubeMX (MCUs)

Ask questions on STM32CubeMX. Discuss code generation and configuration challenges, among other topics.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeMX 6.14.1 released

We are pleased to announce that the minor version 6.14.1 of STM32CubeMX is available. What is new in 6.14.1: SAI settings not displayed in the configuration tab of STM32H7Bxxx devices: After upgrading to STM32CubeMX 6.14.0, the SAI tab configuration ...

STM32CubeMX 6.14.0 released

We are pleased to announce that the release 6.14.0 of STM32CubeMX is available. What is new in 6.14.0: Added the support for the STM32WBA6xxx microcontrollers and:Added the support for USBX multi-instanceAdded the support for the memory management to...

Resolved! flash memory-STM32F103C8

 STM32F103C8 , with MXCUBE, MDK-ARM V5. I would like to know how to program to store the counter value in flash memory even in power failure. when power goes up automatically recall the counter value. Please support me to solve this. I am not fully a...

Sbhus.1 by Associate
  • 581 Views
  • 1 replies
  • 0 kudos

CubeMX timer period value generated wrong

CubeMX generates weird number for timer period.I set the timer period to 0xffffffff in the GUI. That results in CubeMX setting:4.294967295E9for the period. That value is wrong. It should be just 4294967295.Is that a CubeMX bug?

STM32H743 HRTIM Clock Configuration Bug from Stm32 CubeMx

MCU Reference STM32H743XIHxFirmware Package Name and version: STM32CUME FW_H7 V1.7.0CubeMx Version 5.6.1Bug exists in stm32H743xx.h and/or stm32h7xx_hal_rcc_ex.cClock selection always compiles as Tim2_Ck even when Cpu_Ck is selected on the clock conf...

JDoug by Associate
  • 770 Views
  • 2 replies
  • 0 kudos

Source file dissapeared after re opened a project

Hello,I'm using STM32CubeIDE to write code for STM32F103C board. Comming back to work on a project that was closed, first main.c file dissapeared. I tried different operations files dissapering one by one, but eventually when I generate code all my f...

CSand by Associate III
  • 2021 Views
  • 6 replies
  • 1 kudos

Resolved! STM32H750 SDMMC & IDMA issue

I have code running on an STM32H750 which uses the HAL drivers to stream audio from a microSD (SDMMC + IDMA) to a DAC (SAI + DMA). I’m doing mostly mostly 16-sector reads, at a rate of about 300 reads per second (28 16-sector reads every 93 ms). The ...