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

const volatile objects are not stored in .rodata

I often use const data tables that may be changed by a configuration process at runtime. Depending on how these tables are used, it is sometimes necessary to make them volatile so that accesses to the values are not replaced by the use of inline cons...

CTapp.1 by Senior II
  • 1152 Views
  • 4 replies
  • 1 kudos

PWM Timer Issue in stm32go70rbt6 controller

Hi All,I'm working on stm32g070rbt6 controller, for vending project.For some requirement implemented PWM timer(i.e. TIM1 & Channel 2) to run the dc motor(i.e. 24V). based on the input from keypad.PWM implemented with soft start from 0 to 1800 which i...

NAdim.1 by Associate II
  • 672 Views
  • 2 replies
  • 0 kudos

Resolved! Using stack-protector with CubeIDE

I'm looking for some info about and help with using -fstack-protector and similar compiler options with STM32CubeIde. I've never used these flags before, but enabling them does seem to compile fine. Am I correct in assuming that the GCC supplied with...

Konami by Senior II
  • 2071 Views
  • 2 replies
  • 0 kudos

ST Cube IDE 1.15.1 - Launch Group/Debug Issue

Hello to everyone,for my graphical application I usually use custom boards with STM32H750XB mcu.For all my projects I always used STMCube IDE 1.6.1.Code is executed from external qspi flash, so I create a bootloader to launch the application and debu...

afici by Associate II
  • 1020 Views
  • 2 replies
  • 0 kudos

Resolved! Uint16_t Build Errors within STM32CubeIDE 12.1

Hey ST Community, I started getting errors within STM32CubeIDE, throughout all workbenches randomly, after working on a new project.The errors involve uint16_t,  such as:-'error: unknown type name "uint16_t''-"error: unknown type name 'uint16_t'; did...

AEng7 by Associate II
  • 4382 Views
  • 7 replies
  • 2 kudos

Resolved! EEPROM (M24M01E-F) Page accessing

Hi,For my project, I am using an M24M01E-F I2C EEPROM. My application requires writing and reading data page-wise. According to the datasheet, the EEPROM has a capacity of 1 Mbit (128 KB). I need clarification on how many pages I can able  write to u...

Rishvana by Associate II
  • 1852 Views
  • 8 replies
  • 3 kudos