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

STM32CubeIDE 1.18.1 released

We are pleased to announce that the minor release 1.18.1 of STM32CubeIDE is available. What is new in 1.18.1: This minor release will not bring any major updates to the STM32CubeIDE 1.18.1. It will be aligned with the STM32CubeMX 6.14.1. Main fixed i...

STM32CubeIDE 1.18.0 released

We are pleased to announce that the release 1.18.0 of STM32CubeIDE is available. What is new in 1.18.0: Microcontrollers, microprocessors, and board lists aligned with STM32CubeMX 6.14.0: Added the support for STM32WBA6xxx microcontrollers in the STM...

Resolved! memory dump to a file

Hello,Using CubeIDE v1.14.1, I would like to download memory to a file, for import into a worksheet, etc.  But I've not located the ability to do that, via the IDE menus.  Is there such a capability?  I'm initially dealing with floating point values,...

R_DSP by Associate II
  • 8901 Views
  • 4 replies
  • 0 kudos

Output compare mode.

Good afternoon community,I am traying to Output compare unit on STM32F407G Discovery.  I am configuring TIM1 and generate with global interrupt. Here is timer configuration function.This is Callback Function.//Callback function void HAL_TIM_OC_DelayE...

MG1 by Associate II
  • 1110 Views
  • 1 replies
  • 1 kudos

I cant display the value via UART.

Hi,I wrote an application as below which prints formatted values. However, when I print the Adc.IntSensTmp, I dont see the value as expected. Instead, I see the output below. Could you pls help me resolve ?Thanks. Here is the output I get.   

demir_0-1708283156485.png demir_1-1708283178472.png demir_2-1708283202000.png demir_3-1708283299424.png
demir by Senior II
  • 671 Views
  • 3 replies
  • 0 kudos

Resolved! STM32CubeIDE cloning (copying) a project

A usual approach is to branch from a given project by making a copy of it and develop further on the copy, leaving the original intact. How can this be achieved in the STM32CubeIDE project tree?I tried it by copying the directory in the filsystem, to...

Resolved! what is the purpose of -1 at HAL_UART_Transmit ?"

Hi,I copied below code from internet which works perfect while using HAL_UART_Transmit. However, I want to understand more why there is minus 1 (-1) at timeout parameter ?P.S.: This question may not be directed at the right section, apologies for tha...

demir_0-1708271235831.png
demir by Senior II
  • 706 Views
  • 1 replies
  • 1 kudos

Resolved! I cant set up DMA

Hi,I am trying to replicate this example by ST to understand DMA but I come up with below issue when I click on Add. Could you please help me resolve it ?  

demir_0-1708246299218.png
demir by Senior II
  • 800 Views
  • 3 replies
  • 0 kudos