STM32CubeIDE (MCUs)

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

Debugger not working after upgrade to STM32CubeIDE 1.1.0

Hi,after upgrading my STM32CubeIDE application to latest version 1.1.0 I'm unable to debug my project.According to the log it seems that debugger is unable to identify my STM32F401RE anymore.I tried with a new empty project and I encountered the same...

Mark Reds by Associate II
  • 2806 Views
  • 11 replies
  • 1 kudos

CubeIDE 1.21 causes 100% processor usage.

CubeIDE 1.21 causes 100% processor usage and slows down the computer. Even worse is closing the program doesn't free up the resources, the usage still stays 100%. The task manager shows that cubeide.exe closes, but still the issue stays. I'm running ...

HHarj.1 by Senior
  • 785 Views
  • 5 replies
  • 0 kudos

Debugging with STM32CubeIDE and STM32F407Discovery

Hi,try debug with SWV my simple blinky programm but it dosn't work correct.I use a simple USB-cable (ST-LINK)to connect with my Win10 PC. STMCube is updated to 1.2.1Here the code of the _write function:int _write(int file, char *ptr, int len) { /* ...

TThie.1 by Associate II
  • 526 Views
  • 1 replies
  • 0 kudos

Link Binary file in project

Hi, I am using this ST Cube Ide great program.I need to link a binary data file in the project and I need to be able use alias name in order to use pointer variable in C language.In the ARM Ide I use to do this adding input link file and give my pref...

LPode.1 by Associate II
  • 1917 Views
  • 3 replies
  • 0 kudos

FreeRTOS doesn't working when generated from Cube.

Hello!Using STM32CubeIDE i turning on FreeRTOS feature and in StartDefaultTask i try to do simple thing - turn on LED, in other words set high level on some pin. But nothing happens. FreeRTOS doesnt work from CubeIDE. Interrupt doesn't generated.Maki...