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.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
  • 1045 Views
  • 5 replies
  • 7 kudos

Problems with CubeMx 6.12 + adc5 + dma

In my project I use 4 adc, managed with the same code. With adc5, and two channels, I had a problem: I read two equal values, that is, the second was equal to first channel.After several searches I discovered that, in the adc.c file created by cubemx...

STM32CubeMX 6.12 deletes user folder

Hi, When I'm generating code with the latest STM32CubeMX 6.12.1 and STM32CubeIDE1.16.0  then sometimes my user folder with the include files were deleted. I don't know yet, why sometimes the folder is not deleted (maybe only small changed in the .ioc...

nobody by Associate II
  • 1141 Views
  • 6 replies
  • 0 kudos

Bug in X-Cube-AZRTOS-H7 V3.3.0

Hello STM-Team,I'm working on my project with an STM32H723ZG and ran into an issue with the code generation when I selected "Network Interfaces" in the  AZRTOS configuration.The code generation will add "NX_ETH_INTERFACE_ENABLED" to the "RTE_Componen...

Intector_1-1733095953265.png Intector_2-1733096278529.png

Bug in cubemx IDE LWIP + freertos on NUCLEO f429ZI

HiI setup a new cube project using cubeIDE for NUCLEO f429ZI.iselected the NUCLEO f429ZII added LWIP + no DHCPI added Freertos CMSIS V2I compiled the code. Problem 1: ping was not working. I solved it by increasing the stacksize of default task to102...