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

Resolved! Debug interface of STM32H7 question

Dear experts,I'm new to M7 (and H7) so pardon me for a stupid question.Created a new .ioc file in CubeMX 5.3.0 for STM32H753 EVAL2 board.There I can select debug interface as JTAG 5 pins or Serial wire (at least).From the Cube report file, in Serial ...

Pavel A. by Super User
  • 1382 Views
  • 3 replies
  • 0 kudos

Is there a fix on using FREERTOS + FATFS + SDIO + DMA?

I am creating a project for the STM32F767ZI. The Fatfs library WITHOUT freeRTOS works well. When I include freeRTOS in my project, I cannot get past mounting the disk:retSD = f_mount(&SDFatFS, (TCHAR const*) SDPath, 1);From reading the forums, I foun...

Resolved! STM32CubeMX to display correct i/o pins mode in pinout view

Posted on April 11, 2018 at 13:31Dear Cube team,Just noticed that STM32CubeMX v 4.24.0 does not show correct mode for GPIOs in pinout view (the main nice GUI).On the picture below, PF14 is GPIO input with pullup, but the flyout tip shows as (no mode...

0690X0000060AYWQA2.png
Pavel A. by Super User
  • 1074 Views
  • 4 replies
  • 0 kudos

Using output from ST Motor Control Workbench with STM32CubeIDE

The motor control workbench seems to only want to use the standalone STM32CUBEMX tool and not the integrated version included with the STM32CUBEIDE.Bottom line, how do I get a motor control workbench out into the new STM32CUBEIDE as a project.I have ...

DGome by Associate II
  • 1166 Views
  • 3 replies
  • 1 kudos

STM32CubeMX deletes Paths and Libraries info.

Hi all,I'm using STM32CubeMX 5.3.0 (integrated into STM32CubeIDE):When I save the .ioc and Re-generate code, all the info for Paths and Libraries gets deleted.I must to add again include dirs and external source files each time I change the configura...

J?�lv by Associate
  • 753 Views
  • 3 replies
  • 0 kudos

User/Repository PATH problem (non-english characters)

My home path includes non-english characters. Problem has raised long time ago, when MX updater was creating abracadabra folders in my C:\Users directory with .stm32cubemx  subfolders in it. So I changed repo path in settings to C:\Repo. It worked fo...

Issues with CubeMX for STMH747XI

The first issue is, CubeMX does not generates User labels for Pepipherals for example GPIOs assigned to Cortex-M4 similar to User labels assigned to Cortex-M7. Used IAR toolchain.The second issue is IAR project generated by CubeMX for Cortex-M4, thro...