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
  • 311 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
  • 4605 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...

split words

Hello i have an Arduino project. I need create an array of words from sentence: char sText[] = "This is a long text."; int x = 0; String arr[5]; //split by space char *token = strtok(sText, " "); while (token != NULL) { arr[x] = token; x++...

Schamann by Associate II
  • 1351 Views
  • 3 replies
  • 1 kudos

unable to bootup CYW4373 (2BC/2AE) with STM32L4R9.

HiI'm using STM32L4R9 (I have L4R9I-Eval and on my custom board I am using STM32L4S9ZIJ6) with CYW4373 (I am using EAR00436 and its uSD Adapter, which use 2BC module from Murata which is also mounted directly on my custom board), with ThreadX and Net...

_uttam_0-1716294942274.png _uttam_1-1716295060072.png
_uttam by Associate
  • 1659 Views
  • 1 replies
  • 0 kudos

Using vectors in stm32 mcus, vectors in live variables

Is it possible to use dynamic size vectors in stm32 processors (to a certain level)? There is a function where I need dynamic size arrays. If it is possible/decent, how do I see them in live variables? When trying I only see the first element (correc...

avi_m by Associate
  • 630 Views
  • 0 replies
  • 0 kudos

Resolved! Target USB Comms error

Hello all,I am programming on the NUCLEO-C031C6 and have some errors debugging the project. I have connected the board with micro-usb as it must. However i get following error message:Thank you in advance.

dramanovic_0-1716983503415.png dramanovic_1-1716983546123.png

Error while executing with gdb and stm32 processor

Hello, Any idea on which condition below error comes uphandleTargetDeviceEvent(): GDB session, device event: 3handleTargetDeviceEvent(): GDB session, device event: 1Device_GetStatus(): ST-LINK device status: LOCKUPSTM32_SystemReset(): Enter STM32_Sys...

Rashmi by Associate
  • 549 Views
  • 0 replies
  • 0 kudos

STM32H735 Quad SPI External Flash Macronix MX25L12835F

Hello,I have a board contains STM32H735 MCU and external flash macronix MX25L12835F (only capable of quad spi interface).This board is also LCD controller based on touchGFX and the external flash suppose to contain the GUI assets,Therefor external lo...

dgold.1 by Associate III
  • 1573 Views
  • 3 replies
  • 0 kudos

Resolved! RTC to Coordinated Universal Time (UTC)

Hello everyone, I am using an STM32U575RG, and I would like to know if anyone can help me understand or show me how to use the RTC and convert it to Coordinated Universal Time (UTC).

inouee by Associate II
  • 3747 Views
  • 1 replies
  • 1 kudos