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

We are pleased to announce that the minor version 2.1.1 of STM32CubeIDE is available. What is new in 2.1.1: This release covers the topics listed below: SEGGER J-Link GDB server updated to 9.24 to fix an issue with the Live Expression view during the...

Aimen1 by ST Employee
  • 1094 Views
  • 0 replies
  • 1 kudos

STM32CubeCLT 1.21.0 released

We are pleased to announce that STM32CubeCLT 1.21.0 release is available. What is new in 1.21.0: Maintenance of the previous version: Updated in accordance with STM32CubeIDE v2.1.0Update of Clang/LLVM toolchainUpdate of GCC to GCC 14Update of STM32Cu...

Aimen1 by ST Employee
  • 476 Views
  • 0 replies
  • 0 kudos

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

Resolved! ADC on H7 series

HI,I am trying to get ADC read but the result is only the first read repeatedly even I change the voltage on ADC channel input it remains the same, ADC Innitializationstatic void MX_ADC3_Init(void){ /* USER CODE BEGIN ADC3_Init 0 */ /* USER CODE END ...

Resolved! Flash Space calculations STM32L496RGT6

Looking into the available flash space on the chip:For the 1Mbyte variant of the device the total number of bytes should be 1,024,000.  2,000 bytes * 512page = 1,024,000 bytes of flash memory.End of Address Space - Start of address space  = Amount of...

mm.51 by Associate II
  • 1996 Views
  • 1 replies
  • 1 kudos

DMA of I2S

Hi,I'm debugging H723 with CUbeIDE1.14.0,but the generated code does not work.no interrupt happened.  

Binge_0-1702022000456.png Binge_1-1702022036702.png
Binge by Associate II
  • 2949 Views
  • 4 replies
  • 0 kudos

meaning of register view data

can someone please tell me what the +20 means from the General Register view    0x8000500 <SysTick_Handler+20> Thanks in advance

Captn by Associate
  • 797 Views
  • 1 replies
  • 0 kudos

Resolved! Link errors after update for MCU Tools libc_nano

Since updating the Cube IDE last week it's listing  9 link errors on compile related to the MCU tools, nano lib, but if I just compile it again the errors disappear!Before the update this didn't occur.If anyone else has this or knows a fix, please le...

cubeideerrors.jpg
Robmar by Senior III
  • 8436 Views
  • 11 replies
  • 5 kudos

Cannot establish Firmware Updater network connection

STM32CubeIDE version: 1.14.0OS version: Red Hat Enterprise Linux 8---I'm having trouble getting the "Check Connection" button under the "Firmware Updater" preferences to work.I'm running behind a corporate proxy, and have the "Active Provider" under ...

plwalsh by Associate II
  • 5894 Views
  • 3 replies
  • 0 kudos

Nucleo-H745ZI - OPAMP feeding ADC

I am working on a project that uses an FFT to identify noise in specific frequency windows. Currently, I am configuring the hardware to optimize signal input for this analysis, but I'm facing some challenges with the internal connection settings in t...

MEde1_0-1701950387584.png MEde1_1-1701950387589.png MEde1_2-1701950387590.png MEde1_3-1701950387602.png
MEde.1 by Associate III
  • 1724 Views
  • 1 replies
  • 0 kudos

How to import example from GitHub?

I am trying to import an example project into my CubeIDE workspace that I have downloaded from GitHub and need some clarification on the process.I have downloaded (for example) x-cube-azrtos-h7-main from GitHub. I have unzipped the main file into my ...

0693W00000Y8CECQA3.png
MHoop.1 by Senior
  • 15848 Views
  • 14 replies
  • 0 kudos

External power supply

i am using using external 24 v power supply to the controller and some times it is getting power off to the controller and its automatically getting power on to the controllers how to stop that automatic controller getting off to the controller

Open Bootloader for STM32G474RCT6 controller

Hi,I am using STM32G474RCT6 controller , I want to write a custom bootloader through FDCAN communication. Can I use this example Open bootloader project for my controller. I see this message when I select STM32G474E-Eval board open bootloader. Will t...

Sri_Nishanth_1-1701860418269.png