STM32CubeIDE (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeIDE 1.16.0 released

STM32CubeIDE 1.16.0 was released today on st.com as well as an in-tool update patch. What is new in 1.16.0?Microcontroller and board lists aligned with STM32CubeMX v6.12.0 : STM32C0, STM32WB0 and STM32MP25XXAdded CMake support for multicontext projec...

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
  • 950 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
  • 295 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
  • 804 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
  • 841 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_...

Out of memory error.lwip

Good evening everyone; I was going to ask about something the size of it. If anyone has any information, I'd be happy. STMCube ide is also the LWip library tool. For MQTT connection via Ethernet. After publishing and subscribing for a certain period ...