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

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
  • 1999 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
  • 992 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
  • 4100 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
  • 1768 Views
  • 8 replies
  • 3 kudos

Please change GCC stack canary to be weak

Hi Could you please change the library implementations so that  void __stack_chk_fail(void)andunsigned long __stack_chk_guardare defined as weak?I have tested it with GCC 11.3.rel1 and 12.3.rel1 and on both i get "multiple definitions of __stack_chk_...