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

We are pleased to announce that the minor version 2.1.1 of STM32CubeIDE is available. What is new in 2.1.1: This release covers the topics listed below: SEGGER J-Link GDB server updated to 9.24 to fix an issue with the Live Expression view during the...

Aimen1 by ST Employee
  • 1544 Views
  • 0 replies
  • 1 kudos

STM32CubeCLT 1.21.0 released

We are pleased to announce that STM32CubeCLT 1.21.0 release is available. What is new in 1.21.0: Maintenance of the previous version: Updated in accordance with STM32CubeIDE v2.1.0Update of Clang/LLVM toolchainUpdate of GCC to GCC 14Update of STM32Cu...

Aimen1 by ST Employee
  • 586 Views
  • 0 replies
  • 0 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...

W25Q128jv External flash memory

i am currently working with external flash memory(STM32G070) . I have of Data log store to external memory If GSM off that time data store sequentially in Flash memory when GSM is on that time that time read that log send to server. using SPI i wrote...

vignesh1 by Associate III
  • 1235 Views
  • 1 replies
  • 0 kudos

Resolved! Theme can not be switched on KDE Linux

I'm using STM32CubeIDE (Linux generic version) on Linux Mint Debian Edition, KDE Window Manager. When starting it as normal user the Themin is not working (Preferences-General-Appearance). The window has a dark theme (the one I choose in my KDE prefe...

user7 by Associate II
  • 1758 Views
  • 1 replies
  • 1 kudos

Failed to bind to port

Hi,while connecting the stm32 blue pill board, the ST link(Debugger) is not detecting. And throwing an error, Failed to bind to port 61235, error code -1: No errorFailure starting SWV server on TCP port: 61235Failed to bind to port 61234, error code ...

DDS by Associate II
  • 3795 Views
  • 4 replies
  • 1 kudos

Resolved! STM32CubeIDE to version 1.15.0: (.text._getentropy_r+0xe): warning: _getentropy is not implemented

Beside an already solved warning (.elf has a LOAD segment with RWX permissions),after updating the STM32CubeIDE to version 1.15.0 I am observing the second warning below:C:\ProgramFiles\STMicroelectronics\STM32Cube\STM32CubeIDE_1.15.0\STM32CubeIDE\pl...

SPI Receive interrupt callback not being called

I designed a breakout board for the STM32F401CEU6. (Schematic attached)I am using it to receive data from an ADC chip over SPI.The ADC chip has a data ready output which should be used as an interrupt pin to let the MCU know there is data available t...

0690X00000BuVyXQAV.png
MO'Su by Associate
  • 3303 Views
  • 1 replies
  • 0 kudos

Resolved! Cube IDE 1.15.0

Hi all,Installed the latest CubeIDE and re-built an existing project. Got several warnings. One of them was RWX. This could be solved by making changes to the ,ld file. Example - .ARM (READONLY)The next issues was -- > "_close is not implemented and ...