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! How can I calculate an approximate IWDG window ?

Development Board: Nucleo-L476RG.IDE version: STM Cube IDE 1.11.0For the system watchdog timer, there's an equation(attached.) Is there an equivalent equation for the IWDG ?Any suggestions would be appreciated.Thanks

mm.51 by Associate II
  • 3274 Views
  • 1 replies
  • 1 kudos

Autocomplete (Content Assist) with any character

The current IDE does not open autocomplete automatically which is frustrating moving from "IntelliJ IDEA" to "Eclipse" it's not like the IDE is incapable of this, this is a working feature allowed for JAVA code just not C/C++In Cube IDE,Eclipse > Pre...

HBegn.2 by Associate
  • 2187 Views
  • 1 replies
  • 1 kudos

Resolved! How do I enable SWV in my STM32Cube ide?

I am trying to use SWV viewer but in Debugger option, there is no SWV options available. Is it because of some faulty pin configuration? Because i ran a blink led program and it's working fine. Just the SWV, i cannot enable.

0693W00000Y7ZK6QAN.png
RShre.2 by Associate III
  • 4425 Views
  • 3 replies
  • 0 kudos

Resolved! Wrong stack pointer for STM32F103C8

When creating a new project in the STM32CubeIDE for a STM32F103C8 (64k flash, 20k ram), the generated linker-script contains:/* Highest address of the user mode stack */ _estack = ORIGIN(RAM) + (LENGTH(RAM) / 2); /* end of "RAM" Ram type memory */   ...

ASeib.2 by Associate II
  • 1744 Views
  • 2 replies
  • 0 kudos

Exceptions in logs.

Following exceptions occur very often while using STM32CubeIDE:Message: Unhandled event loop exceptionjava.lang.NullPointerException at org.eclipse.cdt.internal.ui.buildconsole.BuildConsoleManager.lambda$1(BuildConsoleManager.java:412) at org.eclipse...

HTD by Senior III
  • 465 Views
  • 0 replies
  • 0 kudos

Resolved! How to create project in CubeIDE for STM32H750B-DK board that will use internal (128KB) and qspi external flash for code - any examples or docs ?

Hello,I'd like to learn more and understand how to create project that will work with code in internal and (or only in) external Flash ?Examples in CubeH7 seems to be set to address of external Flash memory.Thanks in advance,regards.

bully by Senior
  • 865 Views
  • 1 replies
  • 0 kudos

Resolved! STM32G0 bought with level 2 protection

Hi all, I'm new to this STM32 community.I have a small problem: I bought some STM32G0P0.. for my project, also making the PCB and the rest. But after soldering the various components, I try to program one and see that the level 2 protection is active...

0693W00000WIxGqQAL.png 0693W00000WIxHFQA1.png