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

We are pleased to announce that STM32CubeCLT 1.20.0 release is available. What is new in 1.20.0: Maintenance of the previous version: Updated in accordance with STM32CubeIDE v2.0.0Update of Clang toolchain version 19.1.6Update of GCC 13.3.rel1Update ...

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

STM32CubeIDE 2.0.0 released

We are pleased to announce that STM32CubeIDE 2.0.0 release is available. STM32CubeIDE is now independent from STM32CubeMX. With this release, device configuration, previously handled within STM32CubeIDE via STM32CubeMX, is now exclusively available t...

Aimen1 by ST Employee
  • 8505 Views
  • 0 replies
  • 4 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! Can't set preemption priority for ethernet global interrupt

Hi,I am making LwIP + TouchGFX project on STM32H750B-DK following the next tutorial:https://github.com/GrzHeller/STM32H750B-DK_TouchGFX_FreeRTOS_MQTT_Example/blob/main/README.mdWhen setting ethernet settings in .ioc I can enable ethernet global inter...

eth.PNG
AK16 by Associate II
  • 1506 Views
  • 1 replies
  • 0 kudos

Resolved! 2D-FFT rfft and cfft functions

I have a 2D array input buffer. so, what is the correct way to implement the rfft and cfft functions?float fftIn[16][512] is my input. So, I applied for a loop like below:arm_rfft_fast_init_f32(&fftHandler, 512); for(int d =0; d<16; d++){arm_rfft_fas...

AKhot.1 by Senior
  • 3268 Views
  • 3 replies
  • 1 kudos

Resolved! STM32F407G-disc1 Firmware Missing

  I bought stm32f407g-disc1. I downloaded stm32cubeide. While I am creating a project, I am constantly downloading firmware files and getting the following error. (code generation could not be done most probably because the necessary firmware package...

elexus by Associate II
  • 4284 Views
  • 10 replies
  • 0 kudos

ST-Link Not Detected in CubeIDE 1.13.1 on MacOS

Hello, after upgrading from 1.12.1 to 1.13.1 I am unable to debug a project with a Nucleo-G431 development board. Downgrading back to 1.12.1 works as a temporary workaround. The issue appears to be isolated to STM32CubeIDE, I am still able to detect ...

STM32 Timer XOR mode

I want to measure the time period between each hall state I configured timer 3 in XORmode so that every change in hall state interrupt will occur, based on this i implemented this code but the period measurement is incorrect.comment for discussion, p...

Screenshot 2023-09-05 150831.png Screenshot 2023-09-05 151130.png Screenshot (18).png Screenshot (19).png

Resolved! Ethernet in Nucleo H745ZI-Q

Hello, I have a Nucleo H745ZI-Q  board  in this am working Ethernet fallowed some examples when doing ping test response is Destination host unreachable(am using CM7 and  done memory configuration also).

RMII.jpj.png
SA  V.1 by Senior
  • 2162 Views
  • 5 replies
  • 0 kudos