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

STMStudio dwarf error

Hi all,I could follow the values of the variables in the programs I wrote with STMCubeide with StmStudio. But with the latest 1.13.0 update, StmStudio has started giving an error. The error is like this; "Dwarf error: wrong version number in complati...

GGokc.1 by Associate
  • 3070 Views
  • 5 replies
  • 1 kudos

STM32CubeIDE 1.8 problem

I recently experienced a situation where my Middlewares folder got deleted when opening a project in STM32CubeIDE 1.8, has anyone experienced something similar?

3mmer by Associate
  • 399 Views
  • 1 replies
  • 1 kudos

How to convert a C project into C++ project?

Seems I cannot add cpp files to a sample project (NUCLEO-H723ZG HID_Standalone (USB_Host)) because the project is of C nature. How to convert it to C++, so the makefile and mk files are generated taking into account cpp files? I found https://communi...

Resolved! STM32CubeIDE, v1.13.0 compile warning

Hi,I just upgraded and migrated my project to CubeIDE v1.13.0, everything works fine with STM32H750 chip.But I found a compile warning in main.c which is belongs to generated code.Is it possible to fix this warning in the next version? Thanks!BRs,-En...

EnginLee_0-1689056385909.png
Engin Lee by Associate II
  • 1494 Views
  • 4 replies
  • 1 kudos

Color codes on SWV ITM Data Console

Hi, Is there a way to use color codes on printf shown on SWV ITM Data Console?Something like https://stackoverflow.com/questions/5412761/using-colors-with-printfIf not, would be cool to be implemented?