STM32CubeIDE (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeIDE 1.17.0 released

We are pleased to announce to you that the release 1.17.0 of STM32CubeIDE is available. What is new in 1.17.0: Microcontrollers, microprocessors, and board lists aligned with STM32CubeMX: Added the support for the STM32U3 series.Added the support for...

Resolved! Kernel not starting

Hi all,I am pretty new to the STM32 world and I have just started to play around with the STM32F429 discovery kit and STM32CubeIDE. I am OK with the basic & introductory projects, and I was able to have basic IO operations like LED blinking run prope...

DK.9 by Associate II
  • 2899 Views
  • 7 replies
  • 0 kudos

Is it possible to import Makefile in STM32CubeIDE?

I have a C project which is developed outside of STM32Cube IDE. The project contains Makefile.It will be very good to just import the entire project in STM32Cube IDE and compile using the existing Makefile as a part of a bigger project which is alrea...

MDrob.1 by Associate
  • 897 Views
  • 1 replies
  • 0 kudos

Semihosting on RUN mode

Hello,I have enabled the semihosting.The semihosting is running on the debug mode properly.And debug message by printf() is displayed on the console window of the cubeide.But if the project is ran on the run mode(run, not debug), my code is not proce...

Kim.Andy by Associate III
  • 1898 Views
  • 4 replies
  • 0 kudos

Interrupts not working when using openOCD cubeIDE

I’m using cubeIDE and openOCD to debug on stm32f103. The interrupts not called although the interrupt flags are set. I tried to use GDB and they works fine for the same SW on the same board.So how to make then working using openOCD?I checked google a...

MSamy.1 by Associate II
  • 1152 Views
  • 3 replies
  • 0 kudos

Resolved! STM32CubeIDE not able to set break point?

Hi,I have convert my project to C++.Debugging has no problem to show real time value etc. But I can't set break point as per normal, line number bar become blue line and all break point never stop.Please advise, thanks.

0693W000001tALNQA2.jpg
ST743 by Associate
  • 3986 Views
  • 3 replies
  • 6 kudos

How to compile libbson for STM32?

Hello I’m trying to cross-compile libbson to include it as lib to STM32CubeIDE to use it on STM32 ARM-core processor. I spceified my toolchain according to: this. Im trying to build with toolchain from ARM (I tried on ubuntu and windows). After gener...

SŚliw.1 by Associate
  • 343 Views
  • 0 replies
  • 0 kudos

Resolved! STM32CubeIDE not doing incremental builds

When I change a simple .c file and build the project, STM32CubeIDE always compiles all the files, including the unchanged ones. And there is no dependency between that one .c file and everything else.Again, I didn't experience this behavior with Tru...

STM32Cube32 SWV Data/Time Line Trace Not Working

Hello,I am trying to get the SWV Data and Time Line trace working during and debug session and it just wont show the variable name or value, any idea please.The program is a simply blinking LED where i read a port value LEDPinState = HAL_GPIO_ReadPin...

Iknig.1 by Associate II
  • 1071 Views
  • 1 replies
  • 0 kudos