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

We are pleased to announce that the version 6.15.0 of STM32CubeMX is available. What is new in 6.15.0: Enhanced microprocessor support: Added the STM32MP21-A35-TD, STM32MP21-M33-TD, STM32MP25-M33-TD, and STM32MP23-M33-TD trusted domains for the STM32...

CubeMXIDE multiple definition bug still here

FreeRTOS project: code generated includes code in Drivers/CMSIS/Device/ST/STM32F4x/Source/templatesFile is of definitions, likely stm32F4xx.hThis conflicts with the file included at Drivers/CMSIS/Device/ST/STM32F4x/Include.This seems to only happen ...

Anybody else seen when in CubeMX selecting Enable SD register Callbacks also causes SDRAM register callbacks to automatically flip to enable when saving and generating code?

STM32CubeIDEVersion: 1.12.0STM32CubeMX: Version: 6.8.0-RC4I think this is a BUG!When in CubeMX perspective in CubeIDE, in the project manager Advanced tab, in the Register Callback window, if you ENABLE the register callback for SD and save or gener...

DFDSM injection conversion triggered via internal timer.

Hello, I am trying to do an injection conversion of the DFSDM peripheral with the read process being triggered via an internal timer (TIM1) utilising the HAL drivers. Specifically, I want to set the counter to count up and trigger the read process ev...

SJohn.5 by Associate II
  • 1682 Views
  • 1 replies
  • 0 kudos

Resolved! Similar question to "I'm a STMCube Newbie. I'm under the impression when I set up the clocks in STM32CubeIDE, it should generate all the clock configurations. Right now I'm not getting the RCC_PeriphCLKInitTypeDef PeriphClkInit = {0}; Should it be there."

Does anyone have the same issue? Link to a similar question:https://community.st.com/s/question/0D53W0000260fFASAY/im-a-stmcube-newbie-im-under-the-impression-when-i-set-up-the-clocks-in-stm32cubeide-it-should-generate-all-the-clock-configurations-ri...

JChoi.12 by Associate II
  • 1009 Views
  • 3 replies
  • 0 kudos

Cube MX FreeRTOS Tasks vs Threads confusion

Cube MX seems to constantly confuse FreeRTOS Tasks and Threads.Term Tasks is being used where Threads are being actually configured.In FreeRTOS Tasks and Threads are two different beings.This is super confusing.

0693W00000aH9uzQAC.png
TDJ by Lead
  • 6034 Views
  • 8 replies
  • 0 kudos

STM32CubeMX, STM32F7 and CMSIS RTOS2 work flow?

I created project using ARM MDK (Keil) tool chain where I installed STM32 FW Pack and then using MX Cube to create main.c, stm32F7xx_it.h and stm32F7xx_it.c. I was not using any OS. Application is working ok. Now I am trying to add CMSIS - RTOS2 so I...