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 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! STM32CubeIDE line command build on Windows

Hello,Does someone know where to find documentation on how to launch build using STM32CubeIDE line command on Windows?To specify my need, I have the command below and I would like to add an argument to redirect build log to a custom file :stm32cubeid...

HABIJ.1 by Associate III
  • 593 Views
  • 4 replies
  • 1 kudos

Resolved! Can't download STM32CubeIDE

Hello all,I can't download the STM32CubeIDE even as I am registered. There seems to be somthing broken with the Web page. I have tried several browsers. This is what I get, so there is no download button and the table is garbled:Any help appreciated....

eble_0-1703151708265.png
eble by Associate
  • 17394 Views
  • 22 replies
  • 20 kudos

Resolved! H5 ADC clock

Hi, I'm using the Cube IDE 1.17 on an H5.  The HCLK is 248MHz.  When I try to configure the ADC/DAC clock to use HCLK, I get a red error.  According to the data sheet, the maximum clock to the ADC is 75MHz.  I am configuring the clock as divide by 6....

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
  • 1647 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
  • 696 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
  • 848 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