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

STM32CubeIDE 1.18.1 released

We are pleased to announce that the minor release 1.18.1 of STM32CubeIDE is available. What is new in 1.18.1: This minor release will not bring any major updates to the STM32CubeIDE 1.18.1. It will be aligned with the STM32CubeMX 6.14.1. Main fixed i...

STM32CubeIDE 1.18.0 released

We are pleased to announce that the release 1.18.0 of STM32CubeIDE is available. What is new in 1.18.0: Microcontrollers, microprocessors, and board lists aligned with STM32CubeMX 6.14.0: Added the support for STM32WBA6xxx microcontrollers in the STM...

Using GPIO port as both input & output

Hello,I have designed a hardware using STM32H7 series to drive a 8-bits parallel memory. The memory has an I/O port using which data can be written into the memory and can be read from the memory.How can I initialize the GPIO port in such a way that ...

HDesa.1 by Senior
  • 2285 Views
  • 7 replies
  • 2 kudos

How to get G++ compiler

I am not getting G++ compiler in my project properties can anyone help me with the steps, i am trying to run model zoo AI project.

Ajay_07_0-1717053365300.png
Ajay_07 by Associate II
  • 559 Views
  • 0 replies
  • 0 kudos

STM32F407 UART ESP322

hi all,i am trying to use the esp322's TX and RX pins to transmit a string from the STM32F407 and display it to the Hercules. The problem I still have is that it cannot send even though I have selected the correct COM port and Baud-ratemany thank.

noname8888_0-1716992095699.png noname8888_1-1716992444146.png noname8888_2-1716992548436.png

IOC tab not rendering in Ubuntu

I have a freshly installed stm32cubeide 1.13.2 on my ubuntu 22.04 machine and I've created a new workspace with a new project. In the beginning, everything works fine. But after generating code, closing the ioc file tab, closing the IDE and reopening...

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
  • 1060 Views
  • 3 replies
  • 1 kudos