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

We are pleased to announce that the version 6.15.0 of STM32CubeMX is available. What is new in 6.15.0: Enhanced microprocessor support: Added the STM32MP21-A35-TD, STM32MP21-M33-TD, STM32MP25-M33-TD, and STM32MP23-M33-TD trusted domains for the STM32...

Resolved! Possible erroneous CubeMx code generation

I noticed that CubeMx (version 6.6.1 and earlier) when generating the code, may place the MX_DMA_Init() function after other ***_init functions that configure DMA registers. The problem is that those registers cannot be accessed 'before' enabling the...

GZini.16 by Associate
  • 964 Views
  • 2 replies
  • 0 kudos

Download STM32CubeMX

I can't download STM32CubeMX from website.It always show this message: "SORRY, PAGE NOT FOUND"How can I fix it ?Thanks!

YChua.2 by Associate II
  • 1165 Views
  • 5 replies
  • 0 kudos

Resolved! stm32f103c6t6 I2C busy

Hello,I know that has been asked a lot of times but i cannot get i2c work on my original stm32f103c6t6 mcu on a blue pill board.I tried to read a lot on internet but anything let me come out.I modified HAL_I2C_MspInit() as i read that i2c clk enable ...

PWM

Hi there,i start to use aSTM32G031 Nucleo with some W2812b . I configure timer1 PWM output but when i try to generate the PWM i just say a lot of noise. I use one library i wrote for another microcontroller and i'm sure work. I share my configuratio...

0693W00000WJ8LmQAL.png
SGian.1 by Senior
  • 1151 Views
  • 3 replies
  • 0 kudos

The time is: 33:55!

I think it's related to my previous question:https://community.st.com/s/question/0D53W00001sGksoSAC/is-it-possible-rtc-on-stm32h7-loses-1-second-on-each-power-cycleI applied a workaround by practically removing all MX_RTC_Init().It seems to work, how...

HTD by Senior III
  • 2486 Views
  • 15 replies
  • 0 kudos

Resolved! How to activate I/O compensation cell.

I was working with the test code of QSPI. I generated the code using the latest STM CUBMX ver 1.10.1. But after generation also it didn’t worked. Then I compared the code with the sample test code. There I found the below mentioned code patch in the ...