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

Resolved! STM32CubeMX API documentation

Hi,I'm new to STM32 tools.If I add a new component in STM32CubeMX, where can I find the documentation to the added sonftware modules?E.g. if I add DMA2D from the left pane software is added to the project.How do I know what this software offers and h...

joergk by Associate
  • 1037 Views
  • 6 replies
  • 3 kudos

CubeMX CAD models mixing LQFP144 and 208pinouts

Trying to export LQFP144 pinout to Altium CAD models with cubeMX.  But CubeMX is trying add pin #204 #202 #158, etc, on symbol for an L471 micro that doesn't even come in packages  bigger than 144 pins.  Altium chokes on this symbol, I imagine that's...

Screenshot 2024-10-21 180625.png
DixonDon by Associate II
  • 351 Views
  • 1 replies
  • 0 kudos

Resolved! OpenAMP problem on STM32H747I-DISCO

Hi I am new to STM32 MCU and we are migrating from Microchip to ST.I am using:STM32Cube IDE version 1.13.2STM32CubeMX version 6.8.1dev kit = STM32H747I-DISCOI followed all the instructions given in the txt file i am attaching with this thread.I want ...

wijjay by Associate II
  • 3564 Views
  • 9 replies
  • 1 kudos

STM32U0 LCD does not initialize with LSI clock

I am working with STM32U073 and the LCD initialization code generated by CubeMx 6.12.0 (from STM32CubeIDE 1.16.0) does not work with LSI selected as the clock source.HAL_LCD_Init() returns HAL_TIMEOUT due to LCD_WaitForSynchro() timing out.The issue ...

Resolved! Issue to select TouchfGx 4.24.1 version in CubeMx

I use touchfgx 4.24.1 Designer to generate a new project. After generating it, I use this stm32cubemx 6.12.1 to open the stm32cubeProject. It will say that my stm32cubemx 6.12.1 does not have touchfgx 4.24.0 installed, and it wants me to install touc...

Kenwang_0-1728385608778.png Kenwang_1-1728385664740.png
Kenwang by Associate III
  • 1377 Views
  • 11 replies
  • 0 kudos

CubeMX bug when use Memory management

MCU: STM32H743IIT6When using Cubemx on Mac M1, enable "Apply Application Regions Settings to Linker Files", the generated .ld file error/*********************************************************************************** File : LinkerScript.ld**** Au...

lukegong_0-1722827489500.jpeg
luke gong by Associate II
  • 1115 Views
  • 6 replies
  • 0 kudos

CubeMX/LL/FreeRTOS

We use CubeMX to generate code for LL and FreeRTOS. After configuring the SYS timer to TIM14 in CubeMX, HAL_Init() and HAL_InitTick() in the generated stm32f4xx_hal_timebase_tim.c file use TIM14 as expected. LL_mDelay, however, is not generated and s...

clausf by Associate
  • 290 Views
  • 1 replies
  • 0 kudos

ADC Injected Conversion

I am trying to use the Pin ADC1_EXT11(PC11) and ADC1_EXT15(PA15) as ADC input sampling pins. But in the setting given in Cube IDE, if i enable injected conversion, additionally 2 pins are automatically getting configured for some reason. I don't know...

Screenshot 2024-10-15 110058.png Screenshot 2024-10-15 122703.png