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

Using firmware examples

Hi to all!There is a way for using the firmware examples without broke nothing?I want to use and modify some examples, but it's not seem an easy task..If I use "import existing project into workspace", if i use copy project into workspace, the impo...

Luca1 by Senior
  • 1622 Views
  • 9 replies
  • 0 kudos

Resolved! How to run without debug

Trying out the new STM32CubeIDE. Mostly, I like it. There are some rough edges and dialogues that do not behave properly (at least on the Mac) but the thing I cannot make work is to add a 'Run' configuration to the toolbar.I want to just build the co...

Hi! I am new to all this stuff. While transfering Keil project to Cube IDE I'm facing many issues, is there a proper step by step tutorial or help on how to transfer kei project to cubeIDE? Also help me with following errors

Errorsfatal error: rt_sys.h: No such file or directory #include <rt_sys.h>I have this fuction in somefile  __asm void MSR_MSP(u32 addr){  MSR MSP, r0 //set Main Stack value  BX r14}error: expected '(' before 'void' __asm void MSR_MSP(u32 addr)error...

AKhan.6 by Associate
  • 817 Views
  • 4 replies
  • 0 kudos

STM32G070: UART speed of 115200 is not possible with PC when running SYSCLK clock at 64MHZ - however is when run at 59.0MHZ

8MHZ HSE crystal. HSE selected and PLLCLK selected.64MHZ / 115200 / 16 = 34.7222Assuming the CPU picked 34 as the divisor then the baud rate is 117647.1 2% too highBut setting to 59MHz I was able to successfully communicated at 921,60059MHZ / 921600 ...

0693W000003BZ39QAG.png

how can I time my code?

I am using cubeIDE and I'd like to know how I can time my code, to see how long individual sections take to run and troubleshoot timing issues. How can I do this?

deep_rune by Associate III
  • 1102 Views
  • 5 replies
  • 1 kudos

STM32CubeIDE C++ Generation and Language Mapping

Hello Everyone,I am having some trouble getting the STM32CubeIDE to work with C++ on my STM32F4 Project.I have converted my project to a C++ project and Renamed source files withing the IDE.This works ok and compiles fine. with g++ being used to comp...

0693W000003BeD4QAK.png 0693W000003BeEHQA0.png
TCash.1 by Associate III
  • 797 Views
  • 1 replies
  • 0 kudos