STM32CubeMX (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeMX 6.14.0 released

We are pleased to announce that the release 6.14.0 of STM32CubeMX is available. What is new in 6.14.0: Added the support for the STM32WBA6xxx microcontrollers and:Added the support for USBX multi-instanceAdded the support for the memory management to...

STM32PacketCreator Bug

When press enter after text on "Packet Description", Packet generated successfuly and did i uploaded to git. but it did not appierd on cube mx. after delete the enter from end of "Packet Description", it worked. 

nimaltd_0-1719638590282.png
nimaltd by Senior
  • 328 Views
  • 0 replies
  • 0 kudos

Running STM32CubeMX without GUI

Hi All,I am trying to setup a build pipeline for the STM32 platform to be able to compile projects in an automated fashion. So far, I have an .ioc file which I use the to generate the project using the STM32CubeMX commands which are invoked via the s...

ANath1_0-1717562433830.png
ANath.1 by Associate III
  • 3302 Views
  • 15 replies
  • 4 kudos

Resolved! I am getting this error message:   - Main Config: These peripherals still have some not configured or wrong parameter values:[FATFS,Verify...

Hi,While configuring STM32F446RE on CubeIDE for writing and reading on SD Card using SDIO mode (1 bit mode), when I'm generating code I get this error message :   - Main Config: These peripherals still have some not configured or wrong parameter valu...

meco54 by Associate
  • 1123 Views
  • 1 replies
  • 1 kudos

FreeRTOS systick

Hello Everyone,I am working with FreeRTOS on an STM32MP157CAA and configuring the CM4 core in engineering mode using CubeIDE. According to the documentation, it's necessary to select a timer other than SysTick for the HAL timebase. However, in CubeID...

YasirR by Associate
  • 1141 Views
  • 3 replies
  • 0 kudos

DAC Clock Configuration issues

Hi, I'm using the STM32H563ZIT6 microcontroller with an 8 MHz external crystal oscillator. I have set the HCLK to 250 MHz, and my GPIO LED program is working fine. However, whenever I enable DAC channel 2, I encounter an HCLK configuration error. The...

Screenshot 2024-06-27 185538.png Screenshot 2024-06-27 190059.png Untitled1.png Screenshot 2024-06-27 190425.png

How to configure SD CARD via STM32CubeIDE

Hello,I would like to know how to configure the SD card of an STM32L552E-VE evaluation board, I have an example with this evaluation card 'FatFs_uSD_Standalone' but It's not easy for me to understand how to configure the 'SDMMC' with this board since...

DYann.1 by Senior II
  • 2501 Views
  • 13 replies
  • 2 kudos

UART DMA transmit works only one time

Hello,I got a problem with HAL library 10.4 for STM32L152RE in UART DMA transmission, the data is transmited only one time using the function HAL_UART_Transmit_DMA(&huart3,t_Buffer ,11) using uart3,  after that the UART3 structure keep the "flag" hua...