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

STM32CubeCLT 1.19.0 released

We are pleased to announce that the release 1.19.0 of STM32CubeCLT is available. What is new in 1.19.0: Support for ST Arm Clang toolchainMaintenance of the previous versionUpdated in accordance with STM32CubeIDE v1.19.0 Main fixed issues in 1.19.0: ...

Resolved! [Resolved] STM32CubeIDE project creation issue

Updated post to reflect permanent fix Dear STM32CubeIDE user, Further to the recent STM32CubeIDE project creation issue, we would like to inform you that a solution is now available for you. This permanent fix applies to all STM32CubeIDE versions. I...

STM32CubeIDE 1.19.0 released

We are pleased to announce that the release 1.19.0 of STM32CubeIDE is available. What is new in 1.19.0: Microcontroller, microprocessor, and board lists aligned with STM32CubeMX v6.15.0:Added the support for STM32MP21xx microprocessors to the STM32MP...

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

Ubuntu 22.04.4 LTS STM32 Cube IDE installation errors

Hello ST,   I downloaded the latest cube IDE v1.16 Debian Linux Installer from the official link, performed the following steps: 1. Extract the zip.      sudo unzip en.st-stm32cubeide_1.16.0_21983_20240628_1741_amd64.deb_bundle.sh.zip     2. Change p...

pawanST by Associate
  • 1938 Views
  • 4 replies
  • 2 kudos

Resolved! STM32CUBEIDE code run extern flash

I'm using the STM32H7B0, but I want to place the executable file compiled from a certain file in the project into the external flash for execution. For example, the `BSP/led/led.c` file.I've modified the linker script (ld file), added the address of ...

Sunwaz by Associate III
  • 855 Views
  • 5 replies
  • 0 kudos

Internet problems - PKIX path building failed...

Aftre installing STM32CubeIDE it fails to connect to internet - In Firmware Updater, "Check Connection" fails and does not give a reason. As extra test done "Check for Updates" and it also fails with error:PKIX path building failed: sun.security.prov...

NetView.png

Resolved! H7A3 - Code not loaded into ITCM-RAM

Hi all,i have an issue with an STM32-H7A3, which is going into hard fault, when calling a function, which is moved to the ITCM-RAM.I have defined a section for ITCM-RAM in the Linker-Script:  _siitcmram = LOADADDR(.itcmram); /* size of ITCM-RAM */ ....

CBerg by Senior II
  • 1328 Views
  • 12 replies
  • 3 kudos

compiler generating bad .elf file

Hello STM,I noted that the compiler generated a bad .elf file using an STM32H7R3L8H6H MCU. I made a small demo project(attachment) that demonstrated the problem.I'm using an external PSRAM with HEXASPI on XSPI1 port. I reserved a place on fixed addre...

Intector_0-1739248524203.png

STM32N6 Target not responding

Hello all,I'm working with the STM32N6-Discovery board on a camera application. I'm finding every so often when launching the debugger it will get a "Target not responding" error. Sometimes days go by where I can't debug my code until it randomly sta...

Resolved! STM32CubeIDE freeRTOS semaphore creation issue

Hi,I have a problem during creation of Semaphore in STM32CubeIDE. When I create a semaphore (dynamic or static) and add it to register view then.... nothing happens. I discovered that issue when in fact this mutex behaves as it wouldn't be created ev...

MarcinGajewski_0-1699617064869.png