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

Resolved! Hard fault when jump to application stm32L496

Hi, on our card with stm32L496 we have a boot partition that launch the principal application if an update is not required. All work find until i update cubeMX to version 5.6.0 ! Now when i regenerate the code (not changed between the 2 versions) of ...

0693W000000Tsw2QAC.png
MLE S.1 by Associate III
  • 867 Views
  • 3 replies
  • 0 kudos

Graph not plotted in SVW Data Trace Timeline Graph

Hi everyone,I am using a NUCLEO-G474RE and I am following the "How to use STM32CubeIDE" Tutorial:https://www.youtube.com/watch?v=eumKLXNlM0U&feature=youtu.beBut in the final step when I call the SWV Data Trace Timeline Graph no graph is plotted. I fo...

jefazo92 by Associate III
  • 450 Views
  • 0 replies
  • 0 kudos

Resolved! Is it possible, to skip the Cube Programmer, when debugging ?

Hi...Here the problem so far: I have a well running debug configuration, everything runs fine on target. It´s programmed into memory (using internal and external flash via qspi) and now it comes to play around with the connected (custom-) hardware. T...

chaaalyy by Senior II
  • 937 Views
  • 2 replies
  • 0 kudos

Debug configuration for quick DOWNLOAD and RUN

I found this:Atollic debug configuration for quick DOWNLOAD and RUNHow to set this to STM32CubeIDE?http://www.emcu.eu/atollic-debug-configuration-for-quick-download-and-run/

0693W0000000HeGQAU.png
by Not applicable
  • 434 Views
  • 2 replies
  • 0 kudos

How to replace gcc tool chain?

I want to use some C++17 new features. But current STM32CubeIDE with gcc version 7-2018-q2-update only support g++14.If I replace gcc tool chain with the latest version, could I get what I want?If yes, how to replace it?If no, is there any way?Thanks...

Why Hans by Associate
  • 531 Views
  • 1 replies
  • 2 kudos

STM32CubeIDE live expression

STM32CubeIDE live expression can not be changed in real time, this is a very useful function, ST engineer should consider it, because ST's competitor TI's CCS IDE are much better in this, ST should catch up

CJi by Associate II
  • 411 Views
  • 0 replies
  • 0 kudos

__ARM_ARCH_V*_ missed

Hi ST Team,I'm working on a project with STM32CubeIDE and STM32F302 as target. I'm trying to add Segger System View but the preprocessor macro (__ARM_ARCH_7__) is missing.This preprocessor macro should be defined by IDE in base on the MCU target.Cou...