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

We are pleased to announce that STM32CubeIDE 2.0.0 release is available. STM32CubeIDE is now independent from STM32CubeMX. With this release, device configuration, previously handled within STM32CubeIDE via STM32CubeMX, is now exclusively available t...

Aimen1 by ST Employee
  • 1978 Views
  • 0 replies
  • 3 kudos

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

Using a OC timer as a DMA request.

I am trying to implement a DMA transfer as outlined in AN4666. I am using STM32CubeIDE and an STM32F4 Discovery. This will eventually let me pull data from the input register of a GPIO port (and read a parallel data stream), but for starters, I'm ju...

MCiuf.1 by Associate
  • 1088 Views
  • 2 replies
  • 0 kudos

Resolved! CubeIDE update unsigned?

When updating CubeIDE on WIndows 10 it shows the following warning. Is this normal or something bolted up? -- pa

Pavel A. by Super User
  • 706 Views
  • 1 replies
  • 0 kudos

I am unable to debug code with enters STOP mode when the options bits are set to NOT assert reset on entering STOP mode.

With STM32CubeIDE Version: 1.0.1 Build: 3139_20190612-1256 (UTC), and an H743 Nucleo with V2J35M26, I am unable to debug code with enters STOP mode when the options bits are set to NOT assert reset on entering STOP mode. I have the registers set to k...

IAbbo.1 by Associate
  • 519 Views
  • 0 replies
  • 0 kudos

Debug Start Up Script Comments and Variables

Dear allI moved from Atollic to Cube IDE.To debug a firmware without boot loader I use the Run Commands (located in the Debug Configuration -> Startup Tap) to move the $pc (program counter) to the desired address, where the firmware actually starts. ...