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

I can't get the ouputs to do anything.

I'm using STM32CubeMX and Atollic's TrueStudio to make a simple program that writes to the serial port and turns on and of ports B3 and B4.I've tried every possible combination in the GPIO section of Pinout & Confiuration of CubeMX and can't read any...

Dan in WY by Associate III
  • 2287 Views
  • 14 replies
  • 0 kudos

STM32CubeMX V5.1.0: error in ADC.

During the ADC configuration for STM32G071RB in CubeMX, the program hangs. This is only for ADC. I checked it on two computers.

wuio by Associate II
  • 1992 Views
  • 7 replies
  • 0 kudos

File corruption after eMMC formatting

Hi all,I am using cubeMx code base for interfacing eMMC with controller STM32L496QGI6. With the support of FAT FS, I could write/read files to/from eMMC. But I am having two issues.#issue 1. Getting issues after formatting emmc from the device( by us...

STM32CubeMX hangs at code generation

I create the project in STM32CubeMX, version 5.1.0.Select STM32F3-Discovery board.Delete USB and change HAL to LLClick "Generate Code" and the program hangs up. the screenshot and .ioc file is attached.How to learn the reason?

DOlov by Associate
  • 654 Views
  • 1 replies
  • 0 kudos

STM32CubeMX 5.1.0 eclipse plugin to System regen failure

Using System Workbench 5.8 and 5.9 (both have same issue) with eclipse CubeMX plug in 5.1.0. Target device STM32L462RE. Library is STM32Cube FW_L4 V1.13.0. Initial project and code generation is fine. Launching STLINK-V2 works normally. When ma...

FreeRTOS Tasks stack size on STM32L4

Hi all,I am working on stm32l486 chip.When I created (using CubeMx) two tasks with a stack size equal to 256 words. The project is running well:osThreadDef(Task1, vTask1, osPriorityNormal, 0, 256); Task1Handle = osThreadCreate(osThread(Task1), NULL);...

Dev1 by Associate II
  • 1793 Views
  • 3 replies
  • 0 kudos