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

We are pleased to announce that STM32CubeMX 6.16.0 release is available. What is new in 6.16.0: Added support for new microcontrollers across the STM32WBA, STM32N6 and STM32H5 series and the STM32WL3x product line. The related new boards include the...

Aimen1 by ST Employee
  • 683 Views
  • 5 replies
  • 7 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
  • 733 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
  • 1210 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
  • 713 Views
  • 1 replies
  • 0 kudos

STM32L552E-EV and STM32Cube_FW_L5_V1.1.0

Hello,I have a STM32L552E Evaluation Board, and I see that the Examples and Applications folders have projects for IAR, KEIL and CubeIDE. Previusly I used System Workbench for STM32, so I installed CubeIDE and I tried to run and debug some code in th...