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
  • 1087 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
  • 471 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...

NetX client is getting stuck

 Hi, I am facing some strange issue of Suspended NetX client while receiving TCP packet from Server running from Ubuntu PC. I am attaching screenshot where App TCP thread and Main Ip Instance are getting suspended all of a sudden or if I give a break...

Nitin by Associate III
  • 1050 Views
  • 0 replies
  • 1 kudos

run inference of array input and serial port

I'm trying to run inference of Onnx model. I tried to use the manual 'How to run locally a c-model'. in all the guides I found the input for the network is one number in my case the input is array of[1][32][101].I want to inference the array once so ...

audi by Associate II
  • 901 Views
  • 0 replies
  • 0 kudos

Resolved! TSC Groups on L432KC

Hey there,I'm just getting started with touch sensing on the STM32L432KC, therefore I wondered about the following: I can just see "Group 2" in System Core > TSC (See picture). "Group 2" implicates, that there is a "Group 1".Is there also a "Group 1"...

akarger_0-1691575078199.png
akarger by Associate
  • 1663 Views
  • 2 replies
  • 1 kudos

STM32 lwip tcp server error

I was going to make a lwip tcp server that was implemented in cube mx on cubeI get an initialization error, but I can't see it on tube mx, but it worked, so I wanted to ask how I can fix this to get rid of the errorPlease tell me howThe part where th...

ark2 by Associate III
  • 1294 Views
  • 0 replies
  • 0 kudos

remap routine in SRAM for Bootloader

Hi,I need to remap my code in SRAM for my custom Bootloader.This to be able to erase the flash dedicated to Bootloader when the Bootloader itself needs to be update.I used __attribute__ ((section(".RamFunc"))) on the functions declaration in my code....

DAUSILI by Associate III
  • 862 Views
  • 0 replies
  • 0 kudos

'Autostart local GDB Server' not working

Hi  I have been having issues in my STM32CubeIDE V1.13.1 , where the st-link couldnt be found. I finally found found the issue . In the below,  if I select  'AutoStart local GDB Server' , then I get the message 'st-link not found' . But if I run the ...

SSmit13_0-1691007623417.png