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

STM32CubeIDE 1.16.1 released

STM32CubeIDE 1.16.1 was released on st.com as well as an in-tool update patch aligned with STM32CubeMX v6.12.1 that is available for download. Main issues fixed in this minor release: Fixed issue when install OpenSTLinux MP2 plugin from OpenSTLinux r...

How Wise Studio work????

Hi all, I'trying to explore steval board with BlueNRG2 chip, I'm working on BLE_SensorDemo project, works nice, right now I wan to develop my owm file, so far I've developped a library for SPI flash.I've added my header in Inc folder et my source fil...

SBaro.11 by Associate III
  • 578 Views
  • 1 replies
  • 0 kudos

"Search" not working

Dear CubeIDE team,I just started using CubeIDE.Following are my question.1. How can I find string text in .h file?    I tried to "ADC_OVR_DATA_OVERWRITTEN" string in Drivers\..\inc using "Ctrl+H" but I failed.    This is very uncomfortable to use. No...

Tiel by Associate II
  • 1427 Views
  • 2 replies
  • 0 kudos

Resolved! H747i-DISCO programming/ creating binary

How would I be able to create a binary for this project or run it through CubeIDE? For some context I have taken this project from the FP-AI-VISION1_V3.1.0 pack, made some modifications, and would like to flash my H747i board with it. I can build the...

tw1_0-1732245633377.png
tw1 by Associate II
  • 555 Views
  • 2 replies
  • 1 kudos

Suppress compiler warnings for library files

I'd like to configure GCC to suppress warnings from library files - e.g. I don't want to see the -Wconversion warning in stm32f4xx.h, but I do want to see all warnings from source files that I write myself.  I'm using STM32CubeIDE v1.10.1 on Windows....