STM32CubeIDE (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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

"make -j8 all" terminated with exit code -1

Hi,I am trying to build on STM32Cube IDE, it is showing that "make -j8 all" terminated with exit code -1. Build might be incomplete. Then while trying to flash or debug it is not working. I tried to  disable parallel build, but still this issue I am ...

Bsm01_0-1743739701516.png
Bsm01 by Associate II
  • 149 Views
  • 3 replies
  • 2 kudos

Resolved! What is required for live expression support

I am trying to use live expression on an STM32G0 with an Stlink V3minnie. It's not allowing me to read any variable even once. I read that the variables need to be global. Is this true? Does this mean class variables also will not be supported but on...

Carl_G by Senior
  • 96 Views
  • 2 replies
  • 0 kudos

STM32 package installation error

Hi,I have recently installed STM32CubeIDE 1.18.0 on my windows 11 pc. I am not able to generate the code using a .ioc file. I always get package installation failure error as show below in the imageWhy is this error happening and how can I resolve th...

avbST_0-1744112403416.png
avbST by Associate
  • 68 Views
  • 0 replies
  • 0 kudos

Bugs in STM32Cube IDE

I am facing lot of issues while using STM32Cube IDE.It seems there are lot of bugs, which makes the IDE inconsistent & time wasting.

Bsm01 by Associate II
  • 108 Views
  • 1 replies
  • 2 kudos

Resolved! C++ with STM32CubeIDE

Hi,So I have been trying for last few days to port a library from Arduino and I am using STM32CubeIDE to generate code for the peripherals as it would be quick for my work and I do not want to change the Arduino code much other than the required thin...