STM32CubeMX (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeMX 6.13.0 released

We are pleased to announce to you that the release 6.13.0 of STM32CubeMX is available. What is new in 6.13.0: Added support for the following series, microcontrollers and microprocessors: STM32N6, STM32U3, STM32WL3x, STM32G411xx and STM32C0Added the ...

Resolved! STM32CubeIDE doesn't save clock configuration

Hi, I'm facing a problem with the Clock Configuration tab with the latest version of the STM32CubeIDE. In fact, every time I open the ioc file, there is an error with the SMPS Clock Mux on the STM32WB board I'm using. I correct and generate code and ...

Resolved! CubeMX setting GPDMA1 in UART repeats init members

 Lines 19 and 26 are repeated. Mode is set to normal (0x0000) twice. The structure is already initialized to `={0};` it doesn't need to be overwritten once, let alone twice.Initialized for STM32H563.usart.c  /* GPDMA1_REQUEST_USART1_TX Init */ DMA...

MBC by Associate III
  • 412 Views
  • 2 replies
  • 0 kudos

Resolved! STM32G4: STM32CubeMX bug for FDCAN?

I am seeing a similar issue in STM32CubeIDE v1.15.1 when trying to configure the FDCAN for the STM32G432KB - I am not able to set "Nominal Time Seg1" or  "Nominal Time Seg2" to '1'.

CTapp.1 by Senior
  • 607 Views
  • 3 replies
  • 0 kudos

Resolved! STM32H573VITxQ RMII interface

I'm planning to build a low-power Ethernet project using the STM32H573VI microcontroller. I need to use an SMPS to lower power consumption because of that reason i choose that MCU. During createation of project, I noticed that STM32CubeMX offers RMII...

alpkra by Associate
  • 752 Views
  • 4 replies
  • 2 kudos

Problems with CubeMx 6.12 + adc5 + dma

In my project I use 4 adc, managed with the same code. With adc5, and two channels, I had a problem: I read two equal values, that is, the second was equal to first channel.After several searches I discovered that, in the adc.c file created by cubemx...