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

How to perform Firmware Upgrade on STM32F413 Discovery Board.

Hi, We are looking to perform a firmware upgrade on STM32F413 where the firmware upgrade image is coming over BLE chip which is interfaced over UART to this controller. Can I know if any procedure was available to perform this operationRegardsSrikan...

Smedi by Associate II
  • 487 Views
  • 1 replies
  • 0 kudos

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
  • 1301 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
  • 487 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
  • 3065 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
  • 571 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
  • 699 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...