STM32CubeIDE (MCUs)

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! How to store compilation date in the final binary file in order to read it by an external program?

I am trying to migrate a project from IAR to STM32CubeIDE. In this project, I have two lines of code in the main (as global variables) that store the compilation date in the final binary file. These two lines are the following:char const compilation_...

Resolved! How to download and use STM32 Standard Peripheral Libraries (for example: stm32f10x_rcc) instead HAL libraries?

Hello,When I create a new project in STM32CubeIDE, automatically it downloads all HAL libraries (for examples: stm32f1xx_hal_rcc or stm32f1xx_hal_tim) but I want to use the STM32 Standard Peripheral Libraries (for example: stm32f10x_rcc or stm32f10x...

CubeIDE project export to CMake ?

It is not a secret that lot of people dislike Eclipse. At very least, it is heavy and complicated for young students.Also it is understandable that ST has invested in CubeIDE heavily, and CubeMX is Java-based, and True Studio is well alive.So here is...

Pavel A. by Evangelist III
  • 954 Views
  • 0 replies
  • 4 kudos

Source file accessible through static library. How to disable?

I need to share some code to third party in static library form such that my source code won't be accessible to them.I was able to create a static library project using STM32CubeIDE's New project > Static library option.The project compiled successfu...

SShid by Associate III
  • 498 Views
  • 0 replies
  • 0 kudos

What limits stack size?

Hello I am working on STM32L072 series MCU. I am using Stm32cubeideMy project is using %94 of RAM. I need more stack on my project. I tried to increase stack in linker file, but i get error. I think, there is enough area in my ram. Additionally, I ca...

CYesi.1 by Associate II
  • 3608 Views
  • 4 replies
  • 0 kudos

How to rename main function?

I'm working on a bootloader on an STM32. Both the bootloader and the main program are being written and debugged in the STM32CubeIDE. To avoid issues when debugging both applications simultaneously, I've had to edit the linker file (startup_stm32f446...