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
  • 1087 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
  • 470 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...

B-L475E-IOT01A2 - When using the XCUBE-BLE2 pack it seems that MCU hangs when the code resets the BLE module during initialization

Hello,I use the B-L475E-IOT01A2 board and I try to integrate/experiment with the BLE module.I created a new project using the STM32CubeIDE where I let the IDE apply the basic configuration for the board.Then I select the BLE2 pack which I configure t...

Software download issues

I can't download STM32CubeIDE although I got an dowload email from st. The button in the email works, but when I get on the STM32CubeIDE download page and click the download button, nothing happens.

HHumm.2 by Associate
  • 1059 Views
  • 1 replies
  • 0 kudos

Does STM32G070RBT6 MCU support USART(RS-232) software (XON/XOFF) flow control by default? If not, then after enabling HW flow control using .ioc file is there anything else that I will have to do to get the Hw flow control working?

I am using USART2 in DMA mode for Tx/Rx. I have attached the USART configuration after enabling HW flow control CTS/RTS. Are the configurations corrrect or do I have to modify anything?

_legacyfs_online_stmicro_images_0693W00000bkacHQAQ.png
AYada.8 by Associate
  • 2787 Views
  • 3 replies
  • 0 kudos

Resolved! Error in STM32 Cube IDE on Nucleo F746ZG Target no device found Error in initializing ST-LINK device. Reason: No device found on target.

I am flashing a developed code on a Nucleo F746ZG on STM Cube IDEThe board is taken from the "STM32 Nucleo Pack: LoRa LF band sensor and gataway"When I start the debug mode, this error message appears:Target no device foundError in initializing ST-LI...

Italo by Associate II
  • 8617 Views
  • 6 replies
  • 0 kudos

Resolved! how to setup STM32CubeIDE for stm32f334?

I have experience on using stm32f1 series. but now I need to work with stm32f334 and it looks very complicated!! where can I found a step by step guide to setup CubeIDE for stm32f334, especially to generate pwm using HRTIM?

MJavi.1 by Associate III
  • 1628 Views
  • 1 replies
  • 0 kudos

STM32U5 wake from STOP2 after periodic adc dma buffer full

Working with a Nucleo U575ZI-Q dev kit and STM32CubeIDE. I would like to sample ADC4 using LPTIM1 @4khz, transferring data to a buffer of 256 samples, and then wake up after 256 samples to process the data, then start all over again... I can get th...

sleon.1 by Associate II
  • 2320 Views
  • 2 replies
  • 0 kudos

We are looking for examples or documentation on using Wi-Fi connectivity to interface STM32 with a MQTT broker.

We got B-L475E-IOT01A development board and we need to use Wi-Fi to interface with a generic MQTT broker.However, the included STM32CubeIDE examples were not very helpful at all.Are there any more STM32CubeIDE examples or documentation available on s...