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

Resolved! starting two PWM timers with a defined offset between each other

Hi,I want to start two PWM timers at the same frequency but with an offset of a few 100 us to few ms range but it doesn't appear to work. I've been experimenting with something like this:PCLK1Freq = HAL_RCC_GetPCLK1Freq()*2; TIM3->ARR = (uint32_t)(((...

debug by Associate III
  • 1582 Views
  • 1 replies
  • 1 kudos

Could not determine GDB version

I am receiving this message 3 out of 4 times (approximately) after I just "upgraded" the IDE to 1.15.1 while using a Nucleo STM32H563 board. My debugger config screen looks like 

Capture.PNG Capture2.PNG

i2c clock stretching

Hi,now I'm implementing i2c with 1 master(U575ZI-Q) and 3 slave(L432KC) boards. master transmit dataBuf to slave HAL_I2C_Master_Transmit_IT(&hi2c1, addr<<1, dataBuf, sizeof(dataBuf)); and Slave receive it.HAL_I2C_Slave_Receive_IT(&hi2c1, dataBuf, siz...

eunni_0-1715233400867.png
eunni by Associate III
  • 2885 Views
  • 3 replies
  • 0 kudos

DCMI D1 waveform not showing

I'm trying to get image data through DCMI using ov2640, but other pins' signals come out well, but D0's signals don't show waveformsHardware connectivity is no problem. Is there anything I should pay attention to in software or clock?

achovy by Associate II
  • 1418 Views
  • 1 replies
  • 0 kudos

Resolved! ADC Triggered by Timer

Hello community , Am using STM32H745ZIT6 MCU in that  configured ADC (4 channnels)  triggered by timer and data collected in DMA .ADC is tiggered by timer (all the 4 channels at a time ) . I want to trigger each channels seperately(in a single ADC) b...

SA  V.1 by Senior
  • 1578 Views
  • 1 replies
  • 0 kudos

Cube IDE Version: 1.15.1 Problems

I am using Mac Os I installed Cube IDE Version: 1.15.1. And tried to progarm ,i lost a lot of time by software error.When i configure the .ioc where I configured TIM1 with some parameter .After the  code generated and wrote some programs ,but not wor...

Resolved! code generation after updating .ioc file in CUBEIDX

Hi Team, I am developing a project in STM32CUBEIDE, when I configure GPIOs, connectivity, middleware's and clock configuration, from the .ioc file it generates the code and produce the main.c and other optional and header files based on my configurat...

Resolved! STM32CubeIDE 1.13.1 login myST hangs

When I try to create a new project for NUCLEO-H743ZI2, STM32CubeIDE asked me to login myST to download software package. But when I tried to login, it hangs there. I checked the forum for solutions:https://community.st.com/t5/stm32cubeide-mcus/myst-l...

Screenshot 2024-05-03 153957.jpg Screenshot 2024-05-03 154142.jpg

Option to disable "Code generation required dialog"

If I modify something in the .ioc file, afterwards it always shows a dialog that Code generation is required. Please add a checkbox that never show this dialog again because this is very annoying. Lot of people not rely 100% on the .ioc file, like me...