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

Target is not responding, STM32 NUCLEO-F446RE

I apologize about this, I am very new to this micro-controller and this programming language. I have no idea how to move forward with this. Thank you in advance!/* USER CODE BEGIN Header */ /** ******************************************************...

Aaronium by Associate III
  • 1024 Views
  • 6 replies
  • 0 kudos

[STM32CubeIDE] Please add the IDE version in the next versions

When someone does a tutorial, it is possible that the person will forget to show the version of the tool.So if it is possible to show the software version along with the window title, it can be useful for tracking in the future, when someone else is ...

0690X00000DYOBrQAP.png
by Not applicable
  • 342 Views
  • 0 replies
  • 1 kudos

STM32CubeIDE migration to 1.3.0 appears to break debugger

Hi there!Each project I've migrated from the previous version of STM32CubeIDE to 1.3.0 can no longer debug properly.When launching a debug session I now always get the following:But if I create a new project from scratch everything is fine.Is anyone ...

0690X00000DYNMyQAP.jpg
etheory by Senior II
  • 819 Views
  • 3 replies
  • 1 kudos

could not convert atollic project into stm32cubeide

I checked some solutions in this community, but mine is special, there are totally no convert log produced, not response, no popup, no error message, I followed https://www.st.com/content/ccc/resource/technical/document/user_manual/group1/ef/c8/90/3d...

0690X00000DYMe8QAH.png 0690X00000DYMdZQAX.png 0690X00000DYMdeQAH.png
adam.wu by Associate II
  • 697 Views
  • 1 replies
  • 1 kudos

Debugging when using the external loader for QUADSPI FLASH

I am looking for some input on this.When debugging while using an external loader for the QUADSPI FLASH, why does the debugger not start at the breakpoint in main.c like it does when not using the external loader? In fact, there's no way to "Resume" ...