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! Even after building code with optimization level -0s. There is no change in size, it just get adjusted with .text and .data.

I am facing issue of memory with Stm32L432xx, So i tried option of increase optimization level from -01 to -0s.But observe no change it just reduce in .text section... but it increased in .data segment. ultimately value is same and issue is continueB...

PSola.1 by Associate
  • 1780 Views
  • 7 replies
  • 0 kudos

Resolved! Separation of STACK and HEAP

Hello,I have a general question regarding the linker script generated by STM32CubeIDE.Most of time the STACK and HEAP is placed together into the "same" internal SRAM (see section .user_heap_stack example for demonstration purpose). Note: Yes, there ...

Floki.1 by Associate II
  • 2915 Views
  • 2 replies
  • 0 kudos

Ethernet communication not working in ST32Cube IDE 1.9.0

Hi,I have a custom board with STM32f427VG and KSZ8041NL PHY. My ethernet communication is working well in STMCube IDE 1.8.0. But when I try to configure ethernet in ver:1.9.0 I don't see a input box for PHY address. It says it some ethernet settings ...

SSala.3 by Associate III
  • 631 Views
  • 1 replies
  • 0 kudos

Resolved! Login to st.com website fails

I want to download STM32CubeIDE debian version to my laptop. When I click Get Software-->Accept-->Login/Register I get the error " SORRY, PAGE NOT FOUND " . You can see the details at the picture I attached

0693W00000NrUleQAF.png

Post-generation hook in STM32CubeIDE

In our workflow around the code generation and building firmware using STM32CubeIDE, we have certain manual steps after code generation.Is there a place to hook in a script to be run after code generation completes? Similar to the "Build Steps" which...

JKut by Associate II
  • 1231 Views
  • 6 replies
  • 0 kudos

Issue with HAL_Init, my board, or my code?

Hello! I'm using an STM32L4R5ZI board and was running some low power code to put the board in Standby and the board was getting stuck in the clock init section. I would restart the board, it would run HAL_Init (where I assume it would reset the sta...

JayDev by Senior II
  • 2111 Views
  • 4 replies
  • 0 kudos