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! No code generated for inline function call

There is no code generated for the led_rgb_toggle() call here:led_rgb_toggle() is an inline function:static inline void led_rgb_toggle( GPIO_PinState r_state, GPIO_PinState g_state, GPIO_PinState b_state ) { #if defined PROJECT_WITH_RGB_LEDS if( ...

AndrewNeil_0-1751021380876.png AndrewNeil_2-1751022078656.png

DMA Continous Request Not Selectable

I am trying to read a simple adc with DMA method, but the DMA Continuous Request option is not visible as seen in the screenshot. CubeIDE Version: 18.1, Nucleo h755zi-q. Macbook Pro M4, 2024I am trying to read a simple adc with DMA method, but the DM...

Screenshot 2025-06-29 at 19.02.40.png

Resolved! myST Login issue in STM32CubeIDE

Hello, I just updated from 1.12.0 to 1.13.0 and now when i save changes it asks me to sign in to mySt to download a software package. When i try to login to my ST i get this error: I am on my work network, not sure if that matters. My internet is wor...

cmendi_0-1689698718278.png cmendi_1-1689698783053.png
cmendi by Associate II
  • 44338 Views
  • 28 replies
  • 14 kudos

Build error - STSW-KITSTKNX

Hi, Sir/Marm, I tried to build STSW-KITSTKNX according to the instruction described in the document UM2409. But it failed. Could you please give me a solution for it? [ Project ] EvalKitSTKNX_inOut4  - Error detail : After clean project   make: ***...

Seiji by Associate
  • 205 Views
  • 2 replies
  • 0 kudos

Zephyr on STM32CubeIDE

Hello, I am using the STM32 nucleo-h753zi board. Is it possible to use zephyr within STM32CubeIDE exclusively? I have tried;https://docs.zephyrproject.org/latest/develop/tools/stm32cubeide.html  and it hasn't worked yet.

pb33 by Associate II
  • 150 Views
  • 1 replies
  • 0 kudos

STM32 N657X0-Q Code generation is not working

I am using Stm32 N657X0-Q board with a stm32cubeide version 1.18, started with creating new project-> gave name-> selected appli in project structure-> selected gpio pin PA5 as output -> and generated code but in code generation under core-> there is...