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

Can't download STM32CubeMX from st.com

It seems that I can't download anything from st.com. I have just clicked the download button, but nothing happend. What's going on? Is some issue on st.com or others?

Rock Deng by Associate III
  • 843 Views
  • 2 replies
  • 1 kudos

STM32CubeMX v4.21 _Error_Handler definition issues in main.h

Posted on June 08, 2017 at 02:02Hi ST,There are a couple issues with the definition of _Error_Handler() in main.h as generated in v4.21.0. First of all it needs to be wrapped as follows so it can be included in both .c and .cpp files with the correc...

Craig B by Associate II
  • 5304 Views
  • 10 replies
  • 1 kudos

Resolved! How to link a USART to USB FS

Hi how can i link a USART PORT (RX and TX PIN) to a USB FS Port to send data via USB FS with USART RX and TX?How can i do that with CUBE MX?

arduo by Senior
  • 715 Views
  • 2 replies
  • 1 kudos

I am using CubeMX with STM32F765. I recently upgraded the CubeMX to the 5.0 and I noticed some differences on the SysTick management.

I have configured TIM1 as SysTick().I noticed that the functionvoid SysTick_Handler(void)is no mode generated in stm32f7xx_it.c. Why?According to the UM1718 (DocID025776 Rev 21) pag. 90, "SysTick_Handler calls osSystickHandler when FreeRTOS is used" ...

raffin by Associate III
  • 811 Views
  • 2 replies
  • 0 kudos

STM32F7 Generated I2C code only working for one peripheral

Hi all.I'm working on my own board and using 3 separate I2C devices. MPU sensor, current sensor, and an IO expander, all having their own bus. For testing purposes, I've relied on the CubeMX code to generate the base code for me. Only one of the I2C ...