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

STM32CubeIDE 1.19.0 released

We are pleased to announce that the release 1.19.0 of STM32CubeIDE is available. What is new in 1.19.0: Microcontroller, microprocessor, and board lists aligned with STM32CubeMX v6.15.0:Added the support for STM32MP21xx microprocessors to the STM32MP...

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

STM32F767 DTCM cache - static variables

Hello,i have enabled D-cache and I-cache and im trying to place static variables into D-cache:   __attribute__((section(".dtcmram"))) __attribute__((aligned(32))) static float32_t FFTOutput_average[MAX_FFT_PRINT_SIZE] = {0};   I updated linker script...

Petr3 by Associate III
  • 515 Views
  • 6 replies
  • 0 kudos

Resolved! utf16 file encoding in CUBEIDE

Hi,I have a c++ file with a table of utf16 c style strings encoded as utf16. I need this file to be encoded as utf16 for the compiler to understand correctly the 'special' characters. In IAR, it was super easy as the compiler could read both utf8 and...

GMeur by Senior II
  • 253 Views
  • 1 replies
  • 1 kudos