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

STM32CubeIDE - Change default names for generated code

I am successfully generating init code with the Cube IDE tool. However, it gives me names like "MX_USART3_UART_Init" for example. I would like this to be something intuitive to the application like "Motor1_UART_Init". I have searched but can't find a...

JMill.1 by Associate III
  • 502 Views
  • 1 replies
  • 0 kudos

USB Disconnect, Reconnect Issue.

While I was getting my USB CDC VCP working using CubeMX, and thanks to everyone who gave feedback, I ran across a statement regarding a bug in the USB stack. The issue was with the handling of a disconnect / reconnect event and device manager not re...

MBang.1 by Associate II
  • 606 Views
  • 1 replies
  • 0 kudos

Hi Guys I am using the DMA with uart and get some problem.

i using the cubmx and generate the code. I add the code in main function below ,(sur_dma_data[100] is arry and uint16_t size send i defined them before). but it is dose not work. can not see the any data from serilas port of my board . i check d...

kevin xu by Associate II
  • 1039 Views
  • 5 replies
  • 0 kudos

Resolved! BUG: CubeMX/CubeIDE does not initialize TIM20.TRGO2 on STM32G474.

The configuration for the Timer 20 TRGO2 setting is not included in the generated source code. I verified using "git diff" that when changing the setting the only modified file is the .ioc.I'm using the low level library for this timer. I haven't ver...

Herm by Associate III
  • 639 Views
  • 1 replies
  • 0 kudos