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

STM32CubeIDE build (Make) incredibly slow

Hello, I created a project with many C files (around 50 or 60) and the build is incredibly slow. I'm just doing "build project", and even when nothing changed in the project, it takes several MINUTES just to start compiling the few modified C files.T...

Can two DMA work in parallel without competing for Bus?

Hi, I was wondering if the two DMA modules can work simultaneously without competing for Bus?For example:In BusMatrix.png file you can see that both DMA1 and DMA2 are connected SRAM1,SRAM2,AHB1 peripherals and AHB2 peripherals.So if I set the DMA1 to...

LLOLO.1 by Associate II
  • 2258 Views
  • 9 replies
  • 0 kudos

Resolved! CubeIDE: Build fails (make: returns with error 2)

HiI try to build a small project (only timer interrupt triggered led blinking) to get familiar with the basic tools. But CubeIDE quits a build with following:08:47:42 **** Incremental Build of configuration Debug for project SandkastenF3 **** make -j...

OLenz.1 by Associate II
  • 3004 Views
  • 5 replies
  • 0 kudos

Can I use FIFO without enabling DMA in STM32?

I want to use FIFO without Enabling USART_DMA in STM32CubeIDE . Is this is possible? If possible I can differentiate the small delays between data. and I can process the data according my requirement.

Mr.L0seR by Associate II
  • 1184 Views
  • 4 replies
  • 0 kudos

How to exchange MCU?

What is the best way to change the MCU in an existing project, for example if the memory has become too small and i want to switch to the same MCU with more memory?Do you really have to start all over with configuring the pins, adding compiler settin...