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

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 II
  • 971 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
  • 1211 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
  • 562 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 Senior
  • 2583 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...