STM32CubeMX (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeMX 6.12.1 released

Hello community, We are pleased to announce you that the minor release STM32CubeMX V6.12.1 is now available for download on st.com. Main issues fixed in this minor release: ADC init code error. When ADC is configured in multimode, an issue with the ...

STM32CubeMX 6.12.0 released

We are pleased to announce you that the official release of STM32CubeMX V6.12.0 is available. What is new in STM32CubeMX V6.12.0?New MCUs/MPUs series : STM32WB0 ,STM32MP25XX and STM32C071XXAdd support new CPNs STM32G4: Add support STM32G4 'Z’ and STM...

Problems using CubeMx in uVision

Hi.I am trying to create STM32G0 projects with the uVision IDE, but the configuration option using CubeMX does not work. When creating a new project in uVision, and selecting the STM32CubeMX option within Manage Run-Time Environment, CubeMX does not ...

Kolkentu by Associate II
  • 162 Views
  • 3 replies
  • 0 kudos

B-WB1M-WPAN1

Colleagues.The STM32Cube_FW_WB_V1.20.0 library for STM32Cube_MX version 6.12 allows me to create DMA2 channels for B-WB1M-WPAN1. However, the startup_stm32wb1mxx_cm4.s and stm32wb1mxx.h files do not contain DMA2 interrupt vectors.Error[Pe020]: identi...

Generated Dual-Core CMake project Path typo

Hello,I've generated code for a dual cure MCU (stm32H755) and tried to build the project (on a unix system). However, I get an error in `mx-generated.cmake` indicating that the startup file cannot be found. I tracked down the issue to the directory f...

[bugs/caveats/misc fixes] STM32H7S Cube

Some bugs and caveats observed with STM32CubeMX V6.12.0 for an STM32H7S78-DK board, preparing a STM32CubeIDE project, using STM32Cube_FW_H7RS_V1.1.0 and with ‘Initialise all peripherals with the default Mode’ enabled...RM0477 Rev 7 and DS14359 Rev 2 ...

FLASH.ld syntax error when upgrding to CubeMX v6.12.1

Hello,Since the latest release of CubeMX (6.12.1), I have been encountering syntax errors related to the "FLASH.ld" file. This issue only arises when I generate code while setting the Toolchain/IDE to CMake. I am using STM32H753IIKx. It seems that Cu...

OmidES by Associate
  • 669 Views
  • 7 replies
  • 4 kudos

Resolved! Avoid code being overwritten by auto-generation

This is a question about automatically generated code.When we change the ioc file in STM32CubeIDE, there is some code that We don't want to be overwritten by the automatic generation. How can we avoid this?Specifically, We have changed the value of H...