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

Question about redefinition

Hi all,just a short question:Why does the compiler say that the page is redefined?#define ADDR_FLASH_PAGE_148 ((uint32_t)0x0804A000) #define ADDR_FLASH_PAGE_149 ((uint32_t)0x0804A800)Same page but with small letters and that's ok for the compiler...

eschl by Associate
  • 1361 Views
  • 4 replies
  • 0 kudos

Open in new window => STM32CubeMX view get's corrupted

Hi,I'm working with multiple monitors. I had to compare two STM32CubeMX files from two projects in the project tree. So, I right-clicked on one project, selected 'open in new window', and then openend the corresponding STM32CubeMX file. Both views of...

RAltm by Senior
  • 509 Views
  • 0 replies
  • 0 kudos

Problems debugging from STM32CubeIDE and Linux Debian

Hello developers,I am a beginner in STM32 programming.I have the board STM32L152C-Discovery, the ST-Link V2 adapter and Linux Debian on my laptop installed.I am using STM32CubeIDE as IDE.I setup my first project in STM32CubeIDE with the automated cod...

MHof by Associate II
  • 3156 Views
  • 8 replies
  • 0 kudos

CubeF0: LL_DAC_init does not set DAC trigger source

Using STM32IDE LowLayer and STM32F051C8This code does not set the triggersource for the DACDAC_InitStruct.TriggerSource = LL_DAC_TRIG_EXT_TIM15_TRGO; DAC_InitStruct.OutputBuffer = LL_DAC_OUTPUT_BUFFER_ENABLE; LL_DAC_Init(DAC, LL_DAC_CHANNEL_1, &DAC_I...

Willunen by Associate III
  • 650 Views
  • 0 replies
  • 0 kudos

How do I change the board support setting on an existing project? (CubeIDE fails to build STM32Cube_FW_G4_V1.1.0 examples)

I have been trying to figure out why I cannot open and build the STM32Cube_FW_G4_V1.1.0/Projects for the B-G474E-DPOW1 discovery board in STM32CubeIDE. (There are missing BSP driver includes and API source when generating code.) I think the problem i...

carl3 by Associate II
  • 740 Views
  • 0 replies
  • 0 kudos

Features and known issues in STM32CubeIDE

Dear community,Edit: This thread was initially made to clear up some confusion about what functionality STM32CubeIDE was intended to have. As the tool has now been released for a while I believe that is has become more clear. However, having easy acc...