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

I am starting with this tool and have problems to get it running. I have now two Nucleo-64 STM32L476RGT boards. But the basic is not working. When I run the application in its most basic form the "Debugger is shutting down"directly

I perform the following steps:1 Load the board using the board sellector2 On the pinout view activating a PA8 pin and reseting that PIn to its defaults3 Generate code by "save"4 Build the project "Build project"5 Run "Debug AsSTMicroelectronics ST-LI...

JNiva.1 by Associate II
  • 607 Views
  • 5 replies
  • 0 kudos

Resolved! How do I change the MCU in CubeIDE project

I created the project initially using CubeMX using a 128k STM32G431. I've ended up actually using a 64k ram part instead. The CubeIDE project calls out the wrong part now.Because of extensive changes in the source code I do NOT want to re-run CubeMX ...

BTrem.1 by Senior II
  • 5753 Views
  • 2 replies
  • 2 kudos

I have init a new project and try to run it. I follow the you tube video. The debugger is stopping and I recieve an error Waiting for debugger connection... Debugger connected Debugger connection lost. Shutting down... Need help getting started

STMicroelectronics ST-LINK GDB server. Version 5.8.0Copyright (c) 2020, STMicroelectronics. All rights reserved.Starting server with the following options:    Persistent Mode      : Disabled    Logging Level       : 1    Listen Port Number     : 6123...

JNiva.1 by Associate II
  • 361 Views
  • 1 replies
  • 0 kudos

Misaligned memory write causes hard fault.

Hi,I checked with the test code below, and it sets the hard fault for the G0 controller. It looks like an alignment issue. But the same code runs fine with L4 and F4 microcontrollers and does not set any fault for misaligned assignments. Project sett...

SDalv.1 by Associate II
  • 461 Views
  • 1 replies
  • 0 kudos

When using FreeRTOS, CubeIDE generates a file, system_stm32f7xx.c under Drivers/CMSIS/Device/ST/STM32Fxx/Source/Templates. This happens regardless of the version of the interface (V1 or V2), in 1.6.0, for at least the F767 processor. Is this a bug?

The file contains duplicate definitions, seems to have no purpose, and prevents compilation unless deleted. This is a C++ project.Given the source code (which I wouldn't have), I'd look at the specific reason that the template file is included. It ...