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

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
  • 777 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
  • 522 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
  • 1887 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...

STM32CubeIDE not available for download

Hello peeps,I am trying to download the STM32CubeIDE but the option is greyed out and says Not available for download.Almost all software packages download are greyed out.What am I missing?Thanks

Danych by Associate II
  • 2867 Views
  • 5 replies
  • 1 kudos

I2S master RX with DMA transfer to memory

Hi,I am using STM32CubeIDE for audio application development. In my application STM32 will be working as I2S Master Receiver so I wanted to collect data continuously without losing any data.I have configured DMA with circular mode enabled. Looking at...

Question on STM32 USB libraries

So I notice this uncomfortable feeling of not knowing WTF is going on when I single step through ALL the config, trying to make sense of all this BS stepping to setup the registers. Since most of this stuff I soon wont care about exept their 1 or 2 f...