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
  • 621 Views
  • 5 replies
  • 6 kudos

STM32H745x Examples from STM32CubeMX not compilable

Hello,I would like to experiment on the nucleo board with STM32H745 development kit (dual cores), butr I face some issues. I just downloaded the firmware package from CubeMX and integrated the example code with SystemWorkbench4STM32 as the project fi...

AKrue.1 by Associate II
  • 1369 Views
  • 6 replies
  • 0 kudos

Resolved! Nucleo-L433RC-P garbage from USARTs - why?

Using STM32CubeIDE to create a USART test project with default code generated, the USART is outputting garbage e.g. �)���?�+Ѵ# on a terminal (USB to PC).Yet using exactly the same default code generation process and same simple test code on two othe...

PLL input frequency DATASHEET versus CUBEMX

Hello,I have found a difference between the PLL input frequency specification between the datasheet of the L4S5 :And CUBEMX data :Datasheet limit is at 16MHz, CUBEMX limit is at 8MHz.Is there any errata sheet tht specify this difference?Thank you for...

GChat.1 by Associate
  • 844 Views
  • 4 replies
  • 0 kudos

Bug in CubeMX code generation for TIMx encoder mode with remap

Hi,I'd like to report a bug in code generation of CubeMX when using encoder mode with remapping of CH1 and CH2 and LL drivers. I use STM32CubeIDE v1.4.1 and STM32G474.The problem is that the commands to configure the remapping of TI1 and TI2 are spli...

MScho.1 by Associate III
  • 1975 Views
  • 5 replies
  • 0 kudos

Resolved! ADC clock misconfiguration on F091 ?

Hello,it seems cube 5.3.0 generates broken code for the ADC config.the ADC_InitStruct.Clock is never written to CFGR2, and CFGR2 is never written.Any suggestion why ? is this a problem from Cube code generation ?in adc.c : in adc.c : ADC_InitStruct...