STM32CubeIDE (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeIDE 1.16.0 released

STM32CubeIDE 1.16.0 was released today on st.com as well as an in-tool update patch. What is new in 1.16.0?Microcontroller and board lists aligned with STM32CubeMX v6.12.0 : STM32C0, STM32WB0 and STM32MP25XXAdded CMake support for multicontext projec...

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
  • 634 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
  • 427 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
  • 440 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
  • 395 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
  • 359 Views
  • 2 replies
  • 2 kudos

I2C example`

Hi,I want to implement I2C communication.1 master and 3 slave, which transmit and recieve in both direction. Is there any common example of it?plz recommand website or documentation to study. I ask GPT4 several times but I'm not sure  Thank you.

eunni by Associate III
  • 277 Views
  • 5 replies
  • 2 kudos

Resolved! Sudden Error

Hi,I am currently working on a project using an STM32U5 series microcontroller, and I have encountered a significant build issue with numerous errors related to the HAL driver.Attached picture is just some of error code. (First and the last page)It m...

eunni_0-1712310111126.png eunni_2-1712310264530.png
eunni by Associate III
  • 1354 Views
  • 20 replies
  • 1 kudos

Resolved! Join a font in a main.C

Hi everybody, After several attempts, I cannot correctly declare my variables in the files. I'm a little lost with file declarations to reach certain variables delcared elsewhereThis is why I decided to come and ask for help. I 'm actually work on a ...

JJoao.1 by Associate II
  • 492 Views
  • 7 replies
  • 1 kudos