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! ADC Triggered by Timer

Hello Team,In my application using STM32G431KCU6 at 160MHz, I want to trigger ADC2 channel by TIM1 channel. I aim to read ADC value synchronously with 1.1kHz pwm signal. When I set up the CubeMX config, i can see that TIM1 trigger OutputCompareCallba...

BKaya_0-1701065655338.png BKaya_1-1701065679267.png BKaya_2-1701065691737.png BKaya_3-1701065745458.png
B.Kaya by Associate III
  • 2081 Views
  • 1 replies
  • 1 kudos

No SDIO option in Cube IDE

HiI am using nucleo-u5a5zj-q board. MCU is stm32u5a5zjt6qu,In cube IDE, i saw SDMMC included but no SDIO driver.May I please know where I could download it?Thanks for the help.

sanfran by Associate II
  • 4726 Views
  • 5 replies
  • 0 kudos

Resolved! CMSIS 5.9 Pack wont install due to errors

Hello Community,I just wanted to install CMSIS Pack 5.9 in my CubeIDE (1.12.1), but the installation is canceled due to errors in the "pack" file:ATM I am using CMSIS 5.7 Pack (Library) but for some reason the >>arm_atan2_f32<< function is missing. S...

cmsis 59.png
CBerg by Senior II
  • 2192 Views
  • 5 replies
  • 1 kudos

Resolved! Static Code analysis tool for STM32CubeIDE

Can any one suggest ,1. Which static code analysis tool can be used  by STM32CUBE ide?2. The code analysis that is already available in the CubeIDE can be used to generate the Static analysis report?   Thanks in Advance.

Surya S by Associate II
  • 3588 Views
  • 1 replies
  • 0 kudos

Avoid To Include some HAL function of "stm32g0xx_it.c"

Hello everyone!. I'm looking for a way to prevent a function from the "stm32g0xx_it.c" library from being compiled because I'm using it in my MAIN code. The function is "void I2C2_IRQHandler(void)". What I do is to DELETE the function in the library ...

modonga by Associate II
  • 1927 Views
  • 5 replies
  • 0 kudos

Resolved! 1.13.2 problem with List Pinout Compatible MCUs

Hi,if i select in MX "List Pinout Compatible MCUs"i get this:Sometimes STM32CubeIDE closes without warning.i reintalled the ide, i delete the workspace, i restart the pc, nothing helps! i change in the properties from external bowser (chrome) to inte...

padawan_1-1700563206378.png padawan_0-1700563181762.png
padawan by Senior II
  • 2722 Views
  • 6 replies
  • 2 kudos

Resolved! Timer Configuration

Hi, I got a small problem while configuring timers in NUCLEO-F072RB board. I want to configure one timer for 1ms and another for 1sec, Could you please explain me how to set the prescaler and period(ARR) values of both the timers. My HCLK is 48MHz.