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

STM32CubeCLT 1.19.0 released

We are pleased to announce that the release 1.19.0 of STM32CubeCLT is available. What is new in 1.19.0: Support for ST Arm Clang toolchainMaintenance of the previous versionUpdated in accordance with STM32CubeIDE v1.19.0 Main fixed issues in 1.19.0: ...

Resolved! [Resolved] STM32CubeIDE project creation issue

Updated post to reflect permanent fix Dear STM32CubeIDE user, Further to the recent STM32CubeIDE project creation issue, we would like to inform you that a solution is now available for you. This permanent fix applies to all STM32CubeIDE versions. I...

STM32CubeIDE 1.19.0 released

We are pleased to announce that the release 1.19.0 of STM32CubeIDE is available. What is new in 1.19.0: Microcontroller, microprocessor, and board lists aligned with STM32CubeMX v6.15.0:Added the support for STM32MP21xx microprocessors to the STM32MP...

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! Disable Breakpoints in Release Build

How can I disable breakpoints for release builds? If I accidentally forget a breakpoint on, and it gets hit in the release build, then the program just freezes (including halting the watchdog timer!) - what am I missing?

Ddu P by Associate III
  • 1481 Views
  • 6 replies
  • 0 kudos

STM32CubeIDE project with H745 processor

Hi all, I am testing H745 processor on Nucleo-H745ZI-Q board and STM32CubeIDE 1.5.0 .I started from a demo project found in Cube library, which handles both CM7 and CM4 cores.The IDE correctly creates one HEX file for CM4 and another HEX file for CM7...

Resolved! Debug problem with code execution from RAM

Hi,I have problem with debugging execution from internal SRAM. I use Cube IDE and STM32H750 Disco board. There was no problem when I debug from flash. But when my binary size exceeded the flash capacity(128KB), I had to use external memory for the pr...

Problem with STM32CubeIDE 1.5.0

Hello. I was updated my STM32CubeIDE 1.5.0 two week ago. The new generated project for stm32l432kc chip has become incorrect with setting UART boudrate (I see that on oscilloscope). I use HSI in my project. I replace file ../Drivers/CMSIS/Device/ST/S...

SPala.4 by Associate
  • 376 Views
  • 0 replies
  • 0 kudos

Resolved! Processor peripheral registers view missing ?

Hi, I am trying out the cubeide coming from IAR. I am currently having a problem that some interrupt is occuring which goes to the default handler. Since all unmapped interrupt functions go to the same handler apparently CubeIDE shows an incorrect ...

unknown type name '__weak' after Building project

Hi all :last week i transform my system form WIN10 to mac os so I need transform Keil MDK project to STM32CubeIDE​below is my step​1.using STM32Cube MX Created STM32CubeIDE project ( it can compile and download successful)2.copy my BSP/ library fo...

0693W000006FYZTQA4.png 0693W000006FYZYQA4.png

Hi, I wanted to use three channel on a single timer. The setup seems to work fine for the first two (ch1 and ch2) but not for ch3. it seems that even with HAL I have to manually set the bit TIM_CCER_CC3E on for ch3. Did I miss something?

I use these fonction to enable all three channels: HAL_TIM_OnePulse_Start(&htim3, TIM_CHANNEL_1); HAL_TIM_OnePulse_Start(&htim3, TIM_CHANNEL_2); HAL_TIM_OnePulse_Start(&htim3, TIM_CHANNEL_3);it have to insert this to enable ch3 but just for the chann...

KRem.1 by Associate II
  • 2123 Views
  • 7 replies
  • 1 kudos

How to generate C++ based project from STM32 Cube IDE v1.4.0

Hi There,I want to generate a project template for STM32F103 based mcu, but the template/project should be C++ based not C based. I tried to mark C++ while creating a new project but still the end result was c based project only. main.c was created i...

DChan.5 by Associate
  • 780 Views
  • 2 replies
  • 0 kudos