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

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

STM32F446 ADC permanent conversion by polling?

Hi,I want to read analogue values out of the ADC of an STM32F446. This works well when using CubeMX-based functions.The initialisation:   hadc1.Instance = ADC1; hadc1.Init.ClockPrescaler = ADC_CLOCK_SYNC_PCLK_DIV4; hadc1.Init.Resolution = ADC_RE...

Resolved! Differences between debug mode and normal running

Hi all,I have a piece of code that does DMA on a UART port. This DMA i read in an buffer and i reply in 1 msSometimes i dont get the incomming UART message. I wanted to confimr this with the debug mode and reading the buffer with "live expressions". ...

Resolved! Buggy SystemClock_Config()

I use STM32CubeIDE 1.13.0 to generate code for NUCLEO-L476RG.The generated SystemClock_Config() put flash latency configuration after the clock configuration. I don't know why it works for the first call, but if I call it after exiting stop mode, it ...

nicolas by Senior II
  • 1649 Views
  • 4 replies
  • 0 kudos

Resolved! has no explicit encoding set warning

"CUBE IDE" İLE projesinde aşağıdaki hataya düştüğünde, ne anlaşılmayacağına dair bir bilgi yok. Bana bu konuda yardım eder misin? error: "'LOARA_TX_RX_end' projesinde açık bir yerleşim seti yok."proje Adı > 'LOARA_TX_RX_end'

fog.1 by Associate III
  • 34322 Views
  • 2 replies
  • 9 kudos

Can a target affect or crash Cube IDE via a debugger?

This has been reported by many Cube IDE users.The most common manifestation is that Cube drops the comms, statingThis can be due to a bad STLINK debug cable, but the weird thing is that it varies according to target software.I have posted more detail...

PHolt.1 by Senior III
  • 865 Views
  • 1 replies
  • 0 kudos