STM32CubeIDE (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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

Resolved! Accessing a memory section defined in the linker script

[Apologies in advance if this question has been asked a thousand times. I just didn't know how to search to get the answer that I'm looking for.] I defined a section in the linker script to store version information. However, I'm unable to figure out...

JohnnyB by Associate II
  • 235 Views
  • 5 replies
  • 2 kudos

Need help spinning up an old project

Hi all,I've been tasked with making some changes to an existing STM32 project. Unfortunately my predecessor was not keen on documentation, so I don't have much guidance on how the project was built in the past.I have pulled the project from our SVN s...

TomC1 by Associate II
  • 181 Views
  • 4 replies
  • 1 kudos

Resolved! decimal places in expression window

I'm quite new in STM32CubeIDE.Working with the "live expression" tab during debugging I wonder if there is a possibility to format the output e.g. for a float value in the decimal value ?Here:  1.43924809 to 1.42 

CubeExpression.jpg
UweH by Associate
  • 147 Views
  • 1 replies
  • 1 kudos

[1.14.0] Build Analyzer picking up wrong build

In CubeIDE 1.14, I can build a project in debug configuration (verified by output like 14:55:15 **** Incremental Build of configuration Debug for project ThermaWiFiII **** and file system changes).However, the build analyzer still continues to show m...

MikeAtETI by Associate III
  • 391 Views
  • 5 replies
  • 1 kudos

Local variable overwrite global variable

Hi,I'm facing a problem in the managing of local variables on STM32WB50CG with the STM32CubeIDE version 1.14.1.Specifically, the code must perform a write via the sprintf function on a local variable (allocated at address 0x20009bd8).ALL the writings...