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

Is it possible to specify files/folders that should not be changed by the code generator? There is a plan to allow it?

Hi!We have a lot of problems with the automatic code generator. One of them. Sometimes we need to make changes to 'Drivers'/'Middlewares' and store them in our svn repository. If we include these libraries to our project via 'externals' and do code g...

RPerm.1 by Associate
  • 867 Views
  • 4 replies
  • 0 kudos

Resolved! speed & code size stm32cubeIDE vs iar

hi i use of iar embedded workbench arm.But after seeing the ads and features of stm32cubeIDE, I used stm32cubeIDE for testing.There are two major drawbacks to stm32cubeIDE:1. The generated hex code is almost twice as long as iar(in flash memory).2- T...

kshin.111 by Associate III
  • 3670 Views
  • 5 replies
  • 0 kudos

Resolved! Enable STM32CubeIDE FreeRTOS Thread-Aware Debug

Hi, I read a press release that STM32Cube IDE had added thread debug functionality. I have a project that uses FreeRTOS 10.0.1 with trace facility enabled. I am hoping to leverage the FreeRTOS debug tool to aid in my development but at this moment I ...

KDubo by Associate II
  • 1308 Views
  • 2 replies
  • 0 kudos

Resolved! Load MCU flash without reloading the external flash

Hi,In debug mode, is there a way to reload the MCU flash but not the external flash connected to the QSPI?It takes a while for CubeIDE to reprogram the external flash.I do not modify the external flash data between debug sessions, so it would save me...