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

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