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

STM32CubeCLT 1.19.0 released

We are pleased to announce that the release 1.19.0 of STM32CubeCLT is available. What is new in 1.19.0: Support for ST Arm Clang toolchainMaintenance of the previous versionUpdated in accordance with STM32CubeIDE v1.19.0 Main fixed issues in 1.19.0: ...

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

SMBUS driver not working STM32F446

Hi there...I'm trying to read(in blocking communication) battery related parameters on 2 wire SMBUS on a battery through Nucleo-F446ze and also on a custom board with stm32f446vc, but only interrupt "HAL_SMBUS_MasterTxCpltCallback" triggering, but no...

JChou.1 by Associate III
  • 575 Views
  • 0 replies
  • 0 kudos

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
  • 2381 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
  • 3144 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
  • 1228 Views
  • 4 replies
  • 0 kudos