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

We are pleased to announce that the minor version 6.16.1 of STM32CubeMX is available. What is new in 6.16.1: This release addresses and resolves the issues outlined below: Users of STM32CubeMX version 6.13.0 and later may encounter a HardFault except...

Aimen1 by ST Employee
  • 944 Views
  • 0 replies
  • 1 kudos

STM32CubeMX 6.16.0 released

We are pleased to announce that STM32CubeMX 6.16.0 release is available. What is new in 6.16.0: Added support for new microcontrollers across the STM32WBA, STM32N6 and STM32H5 series and the STM32WL3x product line. The related new boards include the...

Aimen1 by ST Employee
  • 1770 Views
  • 5 replies
  • 7 kudos

Simulink error for undeclared values by CubeMx

Hi,I want to connect my STM32H753ZI Nucleo board to Simulink. I have generated the CubeMx file to blink a simple LED. At first, I got some errors for missing header files. I added them manually. Now, I have the following error when I try to compile t...

hsafamehr by Associate II
  • 1801 Views
  • 3 replies
  • 1 kudos

Resolved! Doubt with GPIO config in stm32cubemx

Hello,I have a question while configuring the GPIO on stm32cubeMX. I put all my pins in the program like this:When I configure all the pins and generate the code, not all the configured pins appear in the gpio.c file on stm32cubeIDE; for example, the...

rubenles_0-1706881193579.png

Resolved! Bug using CubeMx "User Actions" feature

I started using the new "User Actions" feature, and it seems that there's an issue with the function that allows running a script after code generation. I managed to make the feature work without any problems when the "Window -> Outputs" option is ch...

Jdescot by Associate II
  • 4973 Views
  • 7 replies
  • 3 kudos

Example with STM32H7 + CubeMX + LwIP - FreeRTOS

I would like to know if there is any "easy" way of getting the following setup working:NUCLEO-H723ZG dev boardEthernetLwIPSTM32CubeMX projectNo FreeRTOSBeing able to ping the dev boardI've found the following (and can get them running):https://commun...

VVV by Associate II
  • 4482 Views
  • 2 replies
  • 0 kudos

Resolved! Uncluttering the Repository

My MX Repository has grown to more than 40 GB which is not exactly fun on the SSD of my MacBook. So I was wondering what made it so big.There seem to be all the zip files of all installed firmware packages. Does CubeMX/CubeIDE ever use them again?And...

Resolved! STM32H5 CubeMX HMI BSP Related Bug

It seems STM32CubeMX has a bug related to the STM32H5's HMI BSP component. If you do not wish to use this BSP component and want to configure the affected pins manually (like with other boards that do not have this HMI BSP component), the project wil...