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

stm32cubeide freeRTOS task list update

I am using nucleo-f439zi in stm32cubeide with freertos debug. It seems everything is working, the only thing is that I need pause program if I would like to see freertos task list status. Is it possible to track task list status when system is runnin...

yang hong by Associate III
  • 1085 Views
  • 3 replies
  • 0 kudos

Resolved! Yellow triangle warnings in STM32CubeIDE

In the STM32CubeIDE I have several yellow triangle warnings. I have read in some other posts this is just that some features of that cannot be enabled due to your current settings. However, in my case I have very many and on all Timers. I am struggli...

mathieusteketee_0-1713880478544.png

All of my ST-LINKs stopped working in CubeIDE today.

It's the strangest, most frustrating thing I've encountered.  I have three ST-LINK programmers; two /V2 and one /V3.  All have been working fine for a good long time.Today, CubeIDE won't program my device anymore, through any of the three programmers...

Brian H by Senior
  • 2389 Views
  • 8 replies
  • 2 kudos

i2c

Hi,I now implementing i2c with 2 stm board.The process is 1. Master transmit data 2. Slave receive and calculate some functions.3. Slave transmit that changed data4. Master receive it.with HAL_I2C functions.  I measure the SDA line with logic analyze...

eunni_0-1713786857592.png
eunni by Associate III
  • 1400 Views
  • 4 replies
  • 0 kudos

Resolved! I cant see the trace in STM32

Hi,I would like to trace the variable through SWV data trace, trace log and also I want to get the data to plot via SWV Data Trace Timeline Graph. Eventhough when I make the required setup as below, I cant get the expected trace data, could you pls h...

demir_0-1713787855700.png demir_1-1713787912785.png demir_2-1713787994328.png demir_4-1713788015111.png
demir by Senior II
  • 2509 Views
  • 4 replies
  • 1 kudos

PWM Generation to Blink the LED Periodicly

 I am trying LED to turn on periodicly using PWM signal but ı cannot see any blinking on LED. I think that my fault is easy but ı could not find it. I am using Port D Pin 2 to blink the LED.    #include <stm32g0xx_hal.h>#include "stm32g0xx_hal_tim.h"...

Resolved! I2C

Hi,What I want to implement is I2C communication.There is one master(NUCLEO-U575ZI-Q) and slave(LK432KC). Master transmit TX_Buffer_1 which is double 3.0and Slave recieve it in RX_Buffer_1. Slave doubled RX_Buffer_1 and transmit to master. I use memc...

eunni_0-1712835224726.png eunni_1-1712835313232.png eunni_2-1712835356896.png
eunni by Associate III
  • 1377 Views
  • 2 replies
  • 2 kudos