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

We are pleased to announce that the release 1.19.0 of STM32CubeCLT is available. What is new in 1.19.0: Support for ST Arm Clang toolchainMaintenance of the previous versionUpdated in accordance with STM32CubeIDE v1.19.0 Main fixed issues in 1.19.0: ...

Resolved! [Resolved] STM32CubeIDE project creation issue

Updated post to reflect permanent fix Dear STM32CubeIDE user, Further to the recent STM32CubeIDE project creation issue, we would like to inform you that a solution is now available for you. This permanent fix applies to all STM32CubeIDE versions. I...

STM32CubeIDE 1.19.0 released

We are pleased to announce that the release 1.19.0 of STM32CubeIDE is available. What is new in 1.19.0: Microcontroller, microprocessor, and board lists aligned with STM32CubeMX v6.15.0:Added the support for STM32MP21xx microprocessors to the STM32MP...

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

USB OTG with different connectors

Hello, everyone. I'm using the STM32F407IGT6 MCU.In my hardware, there are two USB connectors: USB A, for transferring/receiving data from a mass storage device, and USB B, for virtual communication with a PC.I would like to know if there is any way ...

Ade J.3 by Associate II
  • 623 Views
  • 0 replies
  • 0 kudos

Trouble with capturing sensor Data from si115x with an L432KC

Hey there,currently I am struggeling with capturing the sensor value from an si115x (Proximity & ambient light) Sensor.So far, this would be my code:void ReadSensorData(void){uint8_t sensorAddress = 0x53 << 1; // shift left to account for R/W bituint...

sasi by Associate
  • 969 Views
  • 0 replies
  • 0 kudos

Content assist doesn't work with ctrl+space

My content assist does'nt work when I press ctrl+space but it's work when go to menu edit/content assist.Which parameter should I look ?I tried already In Preferences -> C/C++ -> Editor -> Content Assist -> AdvancedI checked the following boxes:Parsi...

Sebovernet_0-1687204625285.png

Resolved! SPI clock use as a timer

Hii,I am using STM32h745IIK6. I want to use my SPI clock as a timer to generate delay in microsecond how can i to that. Please help with tutorial or your guidance.  Thanks in advance.

pshin.2 by Associate II
  • 990 Views
  • 1 replies
  • 0 kudos

Interfacing lepton camera with stm32f103c8t6

I am trying to capture image from flir lepton 3.5 thermal camera module using STM32F103C8T6 to read raw pixel data and convert them to temperature values. I am not receiving the raw data properly.   // Select the Lepton 3.5 module by pulling the CS p...