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.17.0 released

We are pleased to announce that version 6.17.0 of STM32CubeMX is available. What is new in 6.17.0: Added support for new microcontrollers across the STM32WBA, STM32H5, and STM32U3 seriesAdded support for new boards: NUCLEO-WBA25CE1, NUCLEO-H5E5ZJ, ST...

Aimen1 by ST Employee
  • 1627 Views
  • 0 replies
  • 2 kudos

I2C1 stops working over 8MHz STM32F042F6P6

Hello all, I'm having problems with I2C1, i have a code that works perfectly while i configure the HCLK to 8MHz but it stops working when i set any higher frequency. Has anybody faced similar problem? I am using STM32CubeIDE for setting the project, ...

Davaol19 by Associate III
  • 8110 Views
  • 22 replies
  • 7 kudos

STM32H7 interleaved ADCs and single DMA confusion

Hi all,I am trying to implement ADC acquisition on one channel, with 14 bit, 4x oversample, at 1 Msmps (1 megasample per second). This is possible only using dual interleaved mode. Moreover, I want to acquire continuosly with circular DMA.But it is n...

Clipboard01.gif Clipboard02.gif
linuxfan by Associate II
  • 3310 Views
  • 6 replies
  • 0 kudos

IOC Code generation doesn't work for PVD

In the IOC editor, under PWR, and Monitoring, I have set belowand, I read that below in NVIC needs to be setWhen I look at git diff to observe changes, no files except ioc have been changed. How do I get it to work. I am using CubeIDE 1.19.   

stacatoengineer_0-1760541467663.png stacatoengineer_1-1760541493038.png stacatoengineer_2-1760541503703.png stacatoengineer_3-1760541549745.png

Resolved! Can CubeMX disable CMSIS when Enabling freeRTOS?

HiIt's a disaster that Current CubeMX have to select CMSIS when enabling freertos. many developers use raw freertos API to develop project. The project based on raw freertos api is more compatiable with other MCUs, also they are familar with raw free...

Peter3718_0-1760501201221.png
Peter3718 by Associate III
  • 1045 Views
  • 6 replies
  • 2 kudos

Resolved! Resolve Clock issue

 Dear SupportI am new to STM32CudeIDE - just downloaded latest v1.19 and opened a new example for Nucleo-H563Zi board, SPI_FullDuplex_ComIT_Slave and its .ioc file, as soon as I opened it, it tell me there is a Clock Configuration issue and need to r...

Ping1_0-1759908918915.png
Ping1 by Associate II
  • 1016 Views
  • 6 replies
  • 0 kudos

Cube MX won't render in Ubuntu

As of yesterday, since an update hit, my CubeMX view won't render (literally it is just a white background). Tried reinstalling and it renders, until I sign up and it updates again, then it stops rendering again. The rest of the IDE works just fine. ...

Captura desde 2025-10-14 11-08-22.png

STM32U575 - SD card Hard Fault

Post edited by ST moderator to be inline with the community rules especially with the code sharing. In next time please use </> button to paste your code. Please read this post: How to insert source code Hi everyone, I’m interfacing a microSD card wi...