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

We are pleased to announce that version 6.17.0 of STM32CubeMX is available. What is new in 6.17.0: Added support for new microcontrollers across the STM32WBA, STM32H5, and STM32U3 seriesAdded support for new boards: NUCLEO-WBA25CE1, NUCLEO-H5E5ZJ, ST...

Aimen1 by ST Employee
  • 1237 Views
  • 0 replies
  • 2 kudos

Problems with LL DMA Library

Hellosome LL DMA commands do not work correctly.CubeMX generates the following SPI/DMA init code:... GPIO_InitStruct.Pull = LL_GPIO_PULL_NO; GPIO_InitStruct.Alternate = LL_GPIO_AF_5; LL_GPIO_Init(GPIOB, &GPIO_InitStruct);   /* SPI2 DMA Init */ ...

senge by Associate II
  • 1946 Views
  • 3 replies
  • 0 kudos

additional software not available for H7X5

hi i work on two MCU 743 and 745. for H743Vi additional software in Cube mx is ok and i can use it but for other MCU H745Zi Nothing appear i check it and find for H7X5 series additional software not available :pensive_face: that is a BUG ?!!! :|

MacLaren by Associate III
  • 838 Views
  • 2 replies
  • 0 kudos

Cubemx Error during code generation

I've never had a error like this before. The error is as in the picture. Could it be related to version 5.4 of Cubemx? Because I formatted the computer. I downloaded the latest version of Cubemx, 5.4.0 Maybe if you give me the download link of the pr...

0690X00000As403QAB.png 0690X00000As408QAB.png

Resolved! Download error for cubemx files of F7

Hello, I have been trying to download en.STM32Cube_FW_F7_V1.15.0.zipfor here https://my.st.com/content/my_st_com/en/products/embedded-software/mcu-mpu-embedded-software/stm32-embedded-software/stm32cube-mcu-mpu-packages/stm32cubef7.htmlWhen it reache...

n.serina by Associate III
  • 1585 Views
  • 2 replies
  • 0 kudos

Why there is no "Use dma template" option for STM32F103?

Hi,I would like to enable DMA for the FATFS+SDIO on my STM32F103RET6 board. However, I could not find the option in the Middleware -> FATFS -> Advanced Settings. Do you guys know what's happening?Environment:STM32CubeMX ver 5.4.0STM32CubeF1 Firmware ...

0690X00000AsKYVQA3.png 0690X00000AsKYfQAN.png

Resolved! UARTs GPIO speed can be low?

Noticed that new Cube versions and CubeIDE, generate initialization code for UARTs TX and RX pins with GPIO_InitStruct.Speed = GPIO_SPEED_FREQ_LOWPrevious Cube versions (at least 4.x) generate instead GPIO_SPEED_FREQ_VERY_HIGH.Was this change intenti...

Pavel A. by Super User
  • 1970 Views
  • 2 replies
  • 0 kudos