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

NUCLEO-L4R5ZI-P Printing gibberish on Serial

Hello, I just got a NUCLEO-L4R5ZI-P and trying to test it out before i start my project. I tried the simple "Hello!" on serial and displaying via PuTTY cmd on windows. It is printing gibberish or maybe am missing something. Am new to ST and any help ...

putty capture.PNG
Odd_coder by Associate III
  • 2443 Views
  • 13 replies
  • 1 kudos

Resolved! HAL_Delay in uart receive interrupt

Hi When HAL_Delay goes into uart interrupt, the program stops. Is there a way to work it out?  I tried to use NVIC, but I don't know how to set it up.  Please advise. Thank you. Here is my uart interrupt service routine. void HAL_UART_RxCpltCallback(...

giwonKIM by Associate III
  • 1055 Views
  • 4 replies
  • 3 kudos

Resolved! 4 7-Segment Display multiplexing without driver

Hello, So, I'm trying to display a 4 Digit number on 4 7-segment Display using multiplexing The issues are - 1. I'm using different Ports for Segments and Different Ports For common Cathode Pins ( I'll add the code below)                           2....

Omkar23 by Associate II
  • 4669 Views
  • 6 replies
  • 5 kudos

Debugging Issue with STM32CubeIDE

Hello,I am encountering an issue while debugging a project using STM32CubeIDE. The problem arises when I start the debugging process. Below is the output from the console:Open On-Chip Debugger 0.12.0+dev-00597-ga5a21219f (2024-06-03-11:04) Licensed u...

romi by Associate III
  • 1284 Views
  • 1 replies
  • 0 kudos

Resolved! No capture IT triggered

Hi,Something seems to be wrong with STMCubeIDE Version: 1.16.0 Build: 21983_20240628_1741 (UTC) with an STM32G070RBT6. After generation of the code, the Timer code is like this:/*** @brief TIM3 Initialization Function* @param None* @retval None*/stat...

Gaetan by Associate
  • 777 Views
  • 2 replies
  • 1 kudos

Code Coverage Gcov Lcov

Hello,is anyone able to generate a lcov coverage report in Stm32cubeIde or to visualize the the coverage result inside the editor?I have the *.gcno and *.gcda file (by semihosting). Regards Peter

PPete by Associate III
  • 799 Views
  • 1 replies
  • 0 kudos