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! How to fix linker error with atomic compare_exchange_weak

I have an atomic variable and want to use compare_exchange_weak on it.But I'm getting the following linker error when compiling with STM32CubeIDE v1.8.0 (arm-none-eabi 9.3.1:(arm-none-eabi\bin\ld.exe: ./Core/Src/main.o: in function `std::__atomic_bas...

Chris F by Associate II
  • 1480 Views
  • 7 replies
  • 0 kudos

CubeIDE 1.8.0 - debug stepping doesn´t work

Hi there, I´m using CubeIDE 1.8.0 - I recently updated to the newest release and noticed that debug stepping isn´t working as expected, anymore. Scenario; I can download my image and it allows me to do a few steps to begin with (from main entry point...

Debug with SWO and SWV in STM32CubeIDE 1.3.0

Hello, Is there any guide or manual how to use SWO and SWV in STM32CubeIDE? I found many discussions about this topic, but most of them were outdated or newer resolved. I believe that one part is to enabled SWV in debug settings, set the CPU and SWO ...

PHlin.1 by Associate III
  • 4051 Views
  • 14 replies
  • 1 kudos

Resolved! header with variable referenced more than twice

When I create libraries, sometime I forget create the variable in .c file and then write the same in header file with extern. I just create the variable in header file, and access to his from .c file and even from other libraries. IAR compiler warn t...

JCuna.1 by Senior
  • 1361 Views
  • 5 replies
  • 0 kudos

CubeIDE 1.8.0 and C++17 support

Hello.CubeIDE 1.8.0 now includes STM32 toolchain based on GCC 10.3.1 which supports C++20, but the IDE still can't correctly parse C++17 syntax, like Class Template Argument Deduction guides. I tried to force '-std=c++17' option to Language Settings ...

Files left over from code geneation in StmCubIde

Hi everyone, Any of you experienced this strange behavour posted yesterday (see below)? It seems to happen to just one of my projects, and not all of the source files are affected (but still a substantial number of files). Any thoughts and experien...

Per4 by Associate II
  • 241 Views
  • 0 replies
  • 0 kudos

Resolved! Stm33cube ide with iar or Keil compiler

Recently I read that iar or Keil are better compiler than GCC. However I can not say the same for the IDE. So I don't want use another ide and I just want to use another compiler. Is that possible?​​

JCuna.1 by Senior
  • 375 Views
  • 1 replies
  • 0 kudos

Anyone had any luck using a DM9051 via SPI?

I have a need to have incoming serial data go out via UDP and thought of using a F030F4 as it doesn't need to do much just in to out.I ordered some boards from Amazon (yes) and they look small and are inexpensive, all the offered code is set for a Ke...

SScot.3 by Associate II
  • 246 Views
  • 0 replies
  • 0 kudos