STM32CubeIDE (MCUs)

Ask questions on STM32CubeIDE. Discuss how to build, debug, configure, and optimize your project as well as how to use our software tools.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeCLT 1.20.0 released

We are pleased to announce that STM32CubeCLT 1.20.0 release is available. What is new in 1.20.0: Maintenance of the previous version: Updated in accordance with STM32CubeIDE v2.0.0Update of Clang toolchain version 19.1.6Update of GCC 13.3.rel1Update ...

Aimen1 by ST Employee
  • 293 Views
  • 0 replies
  • 0 kudos

STM32CubeIDE 2.0.0 released

We are pleased to announce that STM32CubeIDE 2.0.0 release is available. STM32CubeIDE is now independent from STM32CubeMX. With this release, device configuration, previously handled within STM32CubeIDE via STM32CubeMX, is now exclusively available t...

Aimen1 by ST Employee
  • 4289 Views
  • 0 replies
  • 4 kudos

STM32CubeIDE 2.0 release - early heads-up!

Starting from the release in November 2025, STM32CubeIDE and STM32CubeMX will be available exclusively in their standalone versions. STM32CubeMX will no longer be integrated inside STM32CubeIDE. Instead, the two tools will be interoperable in the sam...

Bug with GCC compiler (for STM32F030C6)

We encountered what appears to be a compiler bug as rewriting the code slightly by adding intermediate variables solved the issue.Relevant code :#define HT16K33_DISPLAY_NB_COLUMNS (8) #define HT16K33_DISPLAY_NB_ROWS (16) #define HT16K33_DISPLAY...

M_3 by Associate II
  • 1822 Views
  • 7 replies
  • 0 kudos

Adding path to libraries in STM32CubeIDE

Hi everyoneI am getting desperate, I was able to add a few simple libraries to a project in cubeide, but I still fail to understand how the path for libraries are supposed to be added. Can anyone please direct me to a tutorial on how to add libraries...

ADP1114 by Associate II
  • 550 Views
  • 0 replies
  • 0 kudos

Load code in RAM directly from STM32CubeIDE through STLink

I want to load a piece of software directly to the STM32H7 internal RAM. I precise that I don't want to load some code in Flash and copy it into Flash at runtime, I want to load directly to the part's RAM.I've linked my executable to map the function...

Gpeti by Senior II
  • 3410 Views
  • 8 replies
  • 0 kudos

Hi, acquiring analogue signal, using STM32 F3 DISCOVERY, I'd like to be able to read the values on the screen through TERA TERM, but I can't activate the serial port. Can you tell me what the problem is please?

Hi, Through STM32CubeIDE I'm acquiring analogue signal, using STM32 F3 DISCOVERY.The converted values ​​are saved in a register, then I'd like to be able to read them on the screen through TERA TERM, but I can't activate the serial port. Can you tell...

IValo by Associate
  • 707 Views
  • 2 replies
  • 0 kudos

Resolved! Not receiving DMA Transfer Complete interrupt.

I'm using both SPI1 and SPI2 on an STM32G071RBT Nucleo board, using STM32CubeIDE code generation and LL interface. Both SPIs are configured to use DMA for receive and transmit. SPI1 uses channels 2 & 3; SPI2 uses channels 4 & 5. The DMA transmit co...

BCoch by Senior
  • 3353 Views
  • 3 replies
  • 0 kudos

Breakpoint based on memory written

I am debugging with STM32CubeIDE, and I have a problem in my program of something unrecognized writing in the memory space. To be more specific in the 0x20001FBCCould it be possible to define a breakpoint in the debugger that shoots when this memory ...