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

remap routine in SRAM for Bootloader

Hi,I need to remap my code in SRAM for my custom Bootloader.This to be able to erase the flash dedicated to Bootloader when the Bootloader itself needs to be update.I used __attribute__ ((section(".RamFunc"))) on the functions declaration in my code....

DAUSILI by Associate III
  • 565 Views
  • 0 replies
  • 0 kudos

'Autostart local GDB Server' not working

Hi  I have been having issues in my STM32CubeIDE V1.13.1 , where the st-link couldnt be found. I finally found found the issue . In the below,  if I select  'AutoStart local GDB Server' , then I get the message 'st-link not found' . But if I run the ...

SSmit13_0-1691007623417.png

LPTIM does not count pulses from the COMP output

I want to count the pulses coming from COMP2's output using LPTIM1. However, when I send it to Tera Term, the displayed LPTIM value is consistently 1, and it doesn't match the COMP2 output.Has anyone had this problem? How did you resolve it?I would g...

Valen_id_0-1691160876385.png Valen_id_1-1691160953620.png Valen_id_2-1691160988272.png
Valen_id by Associate II
  • 2972 Views
  • 13 replies
  • 0 kudos

ADC dma without loseing samples

Hi ,i am using adc dma multibuffer mode and first buff =1000 seconf buff =1000after getting completed call back i am switching the buffer and starting multidma_buffer again but in this case i am lossing some data when i processing completed call back...

kchin.2 by Associate II
  • 1235 Views
  • 4 replies
  • 0 kudos

Resolved! Using HAL_FLASH_Program to write a word on a NUCLEO-C031C6

Good Day, Is it possible to write a Word using HAL_FLASH_Program? If I use the TypeProgram =  FLASH_TYPEPROGRAM_DOUBLEWORD in the function (shown below) it will write to flash. If I use FLASH_TYPEPROGRAM_WORD it will not write to flash and I receive ...

SJC by Associate
  • 1645 Views
  • 2 replies
  • 1 kudos