STM32CubeIDE (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeIDE 1.16.1 released

STM32CubeIDE 1.16.1 was released on st.com as well as an in-tool update patch aligned with STM32CubeMX v6.12.1 that is available for download. Main issues fixed in this minor release: Fixed issue when install OpenSTLinux MP2 plugin from OpenSTLinux r...

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! How to automatically open reference to @defgroup for @ref in HAL Doxygen comments in STM32CubeIDE? (To decipher "This parameter can be a value of @ref ...")

In HAL and LL drivers, lot of functions take parameters of type int, where only a Doxygen comment informs you what the possible values of the parameter are (e.g. "This parameter can be a value of @ref RCC_CSI_Config") and you have to manually search ...

Compiler not generate external flash code

HiI have a problem with stm32cube ide non use externale flash when compile.I have similar design with the same configuration ad work fine.Where can be the problem?ENTRY(Reset_Handler)/* Highest address of the user mode stack */_estack = ORIGIN(RAM) +...

PZamb.2 by Associate III
  • 407 Views
  • 0 replies
  • 0 kudos

expected ';' before '{' token error

I'm using the book Nucleo Boards programming with the STM32Cube IDE and none of the code in the book seems to ever work. I've attached a text file of the code I created straight from the book but it won't compile because of the error "expected ';' be...

DRicc.2 by Associate III
  • 1796 Views
  • 3 replies
  • 0 kudos

Resolved! How to organize build artifacts in "Build" folder ?

Hi Team,Currently my Project have 2 Build variants (Managed via Manage configuration), build are placed in root directory inside Configuration name. I'm looking for below solution:To place both variants build in one common folder. To select both vari...

Behaviour differences in STMCube32IDE when compiling without optimisation, failing to handle any functions declared as inline unless made static

There are still behaviour differences in the latest STMCube32IDE when compiling without optimisation O0, as it is failing to compile any functions declared as inline unless made static. Using O2 optimisation this does not happen and it compiles.Also ...

Robmar by Senior III
  • 452 Views
  • 2 replies
  • 0 kudos