STM32CubeIDE (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeIDE 1.16.1 released

STM32CubeIDE 1.16.1 was released on st.com as well as an in-tool update patch aligned with STM32CubeMX v6.12.1 that is available for download. Main issues fixed in this minor release: Fixed issue when install OpenSTLinux MP2 plugin from OpenSTLinux r...

STM32CubeIDE 1.16.0 released

STM32CubeIDE 1.16.0 was released today on st.com as well as an in-tool update patch. What is new in 1.16.0?Microcontroller and board lists aligned with STM32CubeMX v6.12.0 : STM32C0, STM32WB0 and STM32MP25XXAdded CMake support for multicontext projec...

Error when running Debugger in STM32CubeIDE

Hi,I want to load a program into my STM32U575 microcontroller using the STM32Cube IDE debugger.This is my Debug configuration:But when I run the Debug, I get the following error:        Why do I get this error and how can I fix it?Best regards,

1.png 2.png 3.png
mikel-m by Associate III
  • 350 Views
  • 4 replies
  • 0 kudos

Resolved! Project importation not working with STM32CubeIDE v1.9.0

Hello,I was working with STM32CubeIDE version 1.8.0 on a project. I just download version 1.9.0, trying to import the project.In the importation Wizard, when selecting the correct directory, the project name is displayed, but when clicking "Finish", ...

ANauz.1 by Senior II
  • 2494 Views
  • 3 replies
  • 2 kudos

STM32CubeMx not generating a project file on Mac

when I click open project from STM32CubeMx something tries to open then I get a python quit unexpectedly message, ok fine. then I try to open the project manually in the STM IDE only to find that there was no project file generated.can anyone advise ...

AP0LL0 by Associate
  • 183 Views
  • 1 replies
  • 0 kudos

Resolved! Unable to access Calibration Words with STM32H503RBT

I try to read VREFINT_CAL word :  uint16_t *VREFINT_CAL=(uint16_t *)(0x08FFF810); uint16_t v = *VREFINT_CAL;  When running, Hard fault interrupt is called.Memory protect seems not active (MPU not used, GTZC not enabled).What can be the problem ?Thank...