STM32CubeIDE (MCUs)

Ask questions on STM32CubeIDE. Discuss how to build, debug, configure, and optimize your project as well as how to use our software tools.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeIDE 2.0 release - early heads-up!

Starting from the release in November 2025, STM32CubeIDE and STM32CubeMX will be available exclusively in their standalone versions. STM32CubeMX will no longer be integrated inside STM32CubeIDE. Instead, the two tools will be interoperable in the sam...

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! What can cause HAL_ADCEx_Calibration_Start() to fail?

Here is the code snippet. HAL_Delay(5000); if (HAL_ADCEx_Calibration_Start(&hadc1,ADC_SINGLE_ENDED) != HAL_OK) { print_debug_str("Did not calibrate right!"); } else { char buf[32]; sprintf(buf,"Calibration Factor: %lu\r\n",ADC1->CA...

KiptonM by Lead
  • 8452 Views
  • 4 replies
  • 0 kudos

Resolved! I try to use pmd-eclipse plug-in (static analysis tool). Plug-in is installed and I added -vm corresponding option in stm32cubeide.ini to define correct jdk version but it still not works

The error message says that this plug in needs jdk 17 : jdk 17 is installed and I have added the option -vm with corresponding path to javaw.exe. Error Message is still present after CubeIDE restart.

DWeya.1 by Associate
  • 599 Views
  • 1 replies
  • 0 kudos

Resolved! How would you go about adding the version and 8 characters of the git hash to the hexfile name so we can also access it in the program?

Say we have a STM32 project called Foo. When it is compiled, it generates an intel hex file called Foo.hex that we can use to upgrade the file in the field. That is easy. What we would like to do as add the version say 10.1 or 10_1 and the last 8 di...

KiptonM by Lead
  • 2503 Views
  • 4 replies
  • 0 kudos

SPL2LLConverter compatibility_api.h

Hello, I used SPL2LLConverter tool to migrate a project. The migration went fine but in some of the source files a compatibility_api.h is included which is nowhere to be found. Any clues of what is this file and if it is necessary? If it is, where ca...

PBlan.1 by Associate
  • 716 Views
  • 1 replies
  • 0 kudos

where .ide.log file is save and can i change this folder

I import a project , in a different workspace (change folder) after i rename the project with new name, but every time i launch this project a old folders of old project is generated with inside .ide.log file of current session.What can i do to solve...

PMaro by Associate
  • 2233 Views
  • 3 replies
  • 1 kudos

Resolved! Can we create DLL file from STM32CubeIDE? Just like as in Visual Studio, one can create DLL file from C language to be used by other languages.

 I have a big project in C that was created by other people, it builds and run well on STM32CubeIDE. I want to create DLL file out of this to expose the functions used inside so that it can be used by other programming languages.

SChen.24 by Associate
  • 1476 Views
  • 1 replies
  • 0 kudos

What is the issue with the USB Custom HID Low Level Driver?

For a STM32L433CB I generated the Custom HID code using CubeMX version 6.2.1 and the Cube FW_L4 V1.17.0The CUSTOM_HID_FS_BINTERVAL   is set to 5ms and I placed a Custom HID Descriptor. Also I adjusted USBD_CUSTOMHID_OUTREPORT_BUF_SIZE and USBD_CUSTOM...

SPfis.1 by Associate II
  • 4078 Views
  • 11 replies
  • 0 kudos

Resolved! How to work in a team with CubeIDE ?

Hello,I'm joining a STM32 developpement project. We'll be 2 person working on the same system, implementing features on the same project. I would like to know what is the workflow to collaborate on STM32CubeIDE. There is not a lot of documentation ab...

ADesp.1 by Associate II
  • 1755 Views
  • 4 replies
  • 0 kudos