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

Resolved! Generate Report via command line

Hello everyone.Is there a way to generate the report files (pdf and txt) via command line in CubeMX?I run STM32CubeMX in command-line mode getting commands from a script,but I didn't find any commands about report generation in the command line summa...

nickf by Associate
  • 690 Views
  • 1 replies
  • 0 kudos

usb cdc doesn’t work on stm32l152

I enabled usb cdc by stm32cubemx in an empty project. I connected dp, dm, gnd and (to ground). I tried a 1.5k pull up resistor on dp pin. But still I get “usb not recognized”. I am using stm32l152re-nucleo board.I have set up usb cdc on other stm boa...

Femah by Associate
  • 928 Views
  • 2 replies
  • 0 kudos

configUSE_TASK_NOTIFICATIONS

you have to put "#define configUSE_TASK_NOTIFICATIONS 1" into FreeRTOSConfig.h to make notification to work.Even cube has enabled the funktion. Cube removes the line every time its saves the project.  

Resolved! octospi configuration cubemx

I have octospi hyperram memory to use on stm32h7b0 with nor flash I usually use stm32cubemx because it make the life easier but it's my first time configuring memories with it..can anyone help me with that ?

JJuli.1 by Associate II
  • 3601 Views
  • 10 replies
  • 1 kudos

Resolved! STM32U5 invalid SMPS warning during code generation

STM32CubeIDE 1.13.2 is showing a warning about SMPS for STM32U5 chips every time the code is generated (see attached).This is done even for chips which do not have the SMPS pinout, e.g. STM32U595VJT (non Q), which is completely invalid.But even when ...

Resolved! Multiple ADCs and GPIOs

Hi, I am trying to set 4 ADC in single-ended modes with a minimum of 26 GPIOs which will be used in inputs or outputs, the thing is I have a lot of conflict with the ADC. I have the yellow warning sign even if there are all green is that an issue eve...

Vueko by Associate III
  • 817 Views
  • 2 replies
  • 0 kudos

Resolved! Documentation about settings in CubeMX?

Hello, I'd like to better understand some settings in CubeMX to be sure default settings are OK for my application.Starting with USART2 Configuration for example:- in "DMA Settings" tab, what behavior is modified by the Priority dropdown (Low, Medium...

Thomas LB by Associate III
  • 2141 Views
  • 6 replies
  • 3 kudos