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

We are pleased to announce that the minor version 6.14.1 of STM32CubeMX is available. What is new in 6.14.1: SAI settings not displayed in the configuration tab of STM32H7Bxxx devices: After upgrading to STM32CubeMX 6.14.0, the SAI tab configuration ...

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

Hangs in SDIO after update CumeMX

Hello.After updating CubeMX to the latest version, the microSD card is no longer formattedMounting, creating files and writing to them is normal.When calling a function:f_mkfs("", FM_FAT32, 0, work, sizeof work);Hangs up in the HAL_SD_WriteBlocks fun...

RKhal.19 by Associate II
  • 863 Views
  • 5 replies
  • 0 kudos

Resolved! Can use cubemx to generate lwip project in stm32h743

Posted on June 30, 2018 at 15:49Hi all:     Now I use stm32h743zi, using cubemx to generate LwIP project, but the LwIP option is gray. Dose anyone know that how to fix this. The following picture is the picture what I confige the cubemx project. Tha...

Yi Zhou by Associate III
  • 1113 Views
  • 3 replies
  • 0 kudos

Resolved! Any difference between STM32CUBE_MX And Atollic_TrueStudio?

Right at the moment I have 2 software, Atollic TrueStudio & STM32CUBE_MX . I am pretty confused, which one to use for an STM32-Cortex M4 ? Is there any difference between Atollic TrueStudio & STM32CUBE_MX software? Which one is stable? thanks

vmekr by Associate II
  • 1325 Views
  • 3 replies
  • 0 kudos

STM32CubeMX not running on macOS

After updating the STM32CubeMX Eclipse Plugin to 5.0.0 version I get the following message on running the plugin: "This release of STM32CubeMX Eclipse Plugin cannot be used in macOS".The Plugin still opens, but I can't edit the peripheral values (it'...

flavio23 by Associate III
  • 1991 Views
  • 7 replies
  • 0 kudos

How to enable external interrupt.

I'm using CubeMX V 5.0.1 to create a simple project for Nucleo-L031K6 board. I've configured PA12 as an input. Under Pinout & Configuration->System Core->NVIC there is no option to enable "EXTI line 4 to 15 interrupts" . Show only enabled interrupts ...

STM32CubeMX USB Serial Number String from UID

Posted on March 30, 2018 at 18:03 Hello, I have a device based on STM32F1 series that's using the USB CDC interface. TrueSTUDIO project is generated with STM32CubeMX. Everything is working fine except one last thing: Setting the serial number ...