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

Resolved! CMSIS DSP and STM32CubeIDE

I hope you are doing well,So I've got a problem which its driving me crazy. I am trying to implement FIR filters in my stm32cubeide proyect by using CMSIS-DSP library, but I gess I am not importing the lib correctly or something, because everytime I ...

malatuni by Associate II
  • 3546 Views
  • 6 replies
  • 4 kudos

How to change the Repository path in CubeIDE?

Hello community, I have a problem with new project creation, whenever I want to create a new project I come across this error: create minimal project failure: cannot read template source. reason: internal error i know the problem which is having a sp...

JBazm.1 by Associate III
  • 12094 Views
  • 12 replies
  • 5 kudos

HAL_Delay() affecting function execution times

Hi,I'm trying to measure the execution time of an algorithm using the Cortex-M7 on a Nucleo-H745ZI-Q. I'm measuring the execution time using a GPIO pin and the DWT cycle counter register. Here's the form this profiling takes in my while (1) loop.I'm ...

stn_3-1705884655731.png
stn by Associate
  • 1135 Views
  • 2 replies
  • 0 kudos

Resolved! Frustrated at the staring post

Today, I tried installing CubeIDE so I could get a sample project up and running to evaluate against a Nucleo 144 board.  This is my second attempt, and both times I get this error.  Nothing in the manual, cannot find nothing on Google either.  The I...

gerrysweeney_0-1705870789996.png

Resolved! SPI master interrupt issue

Recently working with spi communication in stm32g070rb using stm32CubeIDE (HAL library).SPI master receive interrupt triggered continuosly when there is no interrupt.But same code wrote in SPI slave its works perfectly.I also put Pull down resistorso...

vignesh1 by Associate III
  • 2514 Views
  • 5 replies
  • 1 kudos

upgrading FreeRTOS in CubeMXIDE

FreeRTOS is currently at 11.0.  The version in CubeMXIDE is 10.3.1.  There are some good features in 11.0 I'd like to use, so the following questions:11.0 is supposed to be a drop in replacement for 10.6.1  I'd do a download, unzip the files, and jus...