STM32CubeIDE (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeIDE 1.15.1 released

STM32CubeIDE 1.15.1 was released on st.com as well as an in-tool update patch aligned with STM32CubeMX v6.11.1 that is available for download. Main issues fixed in this patch: Ticket 177978 : Fixed an issue with ST-LINK firmware upgrade concerning th...

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 Associate III
  • 575 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
  • 406 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
  • 402 Views
  • 4 replies
  • 1 kudos

Can't see memory uage at Build Analyzer

Hello! I have a STM32CubeIDE project that I run on a STM32WB5MMG module.I program it in debug mode and set a breakpoint in the code.When I open Build Analyzer it's empty. When I see other people open it, they get information about RAM usage. What hav...

DLid1_0-1713623582109.png
DLid.1 by Associate II
  • 335 Views
  • 2 replies
  • 2 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
  • 330 Views
  • 2 replies
  • 2 kudos