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

Cannot revert from semihosting

Hello everyone,I am building an application on a STM32H742 chip.I can correctly enable the semihosting following this guide (How to use semihosting with STM32CubeIDE and STM32).However, I want to be able to disable it because otherwise the code stops...

GCurz.1 by Associate
  • 588 Views
  • 2 replies
  • 0 kudos

Resolved! Dear friend: I've been working with the STM32CubeIDE V1.8.0 ( I've continued working with this version because I found some problems and, with your help it worked well) . I downloaded this week the v. 1.12.1 and I had a problem: In the older version, I

define the global variables inside a variables.h file, and was possible to use within several procedures (*.c) only informing with #define "variables.h". In this version it isn't possible. How can I declare the global variables ?Thank you for your at...

INaka.1 by Associate III
  • 767 Views
  • 4 replies
  • 1 kudos

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
  • 375 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
  • 1492 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...