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

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

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
  • 570 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
  • 835 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
  • 924 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...

Resolved! STM32 CUBEIDE CRASHES ON STARTUP

I am unable to start STM32 CubeIDE. As soon as I start it comes to the loading screen and is stuck there indefinitely. Can someone please help.

Mrohi by Associate III
  • 1716 Views
  • 4 replies
  • 2 kudos

FreeRTOS + LwIP in C++ project on STM32F7

Hello everyone,I want to get 4Diac Forte, which will be added as a static library, working on my Nucleo F767Zi.I need FreeRTOS with LwIP, so I created a base Project in CubeIDE with FreeRTOS+LwIP which was running fine.Since the library I want to add...