STM32CubeIDE (MCUs)

Ask questions on STM32CubeIDE. Discuss how to build, debug, configure, and optimize your project as well as how to use our software tools.

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

After the 1.11 update, text is no longer coloured

I've just updated STM32CubeIDE to version 1.11 and the labels are no longer coloured (green comments, purple "void" etc.) and I can't even find the hammer-shaped "build" button at the top to check if the code is working.By the way, during installatio...

0693W00000WKa89QAD.png
luke514 by Senior
  • 839 Views
  • 4 replies
  • 0 kudos

Why do I get these errors when doing a release build but no errors when doing a debug build? A clean before building has no effect..

Build environment:STM32CubeIDEVersion: 1.6.1Build: 9958_20210326_1446 (UTC)Linux Mint 19.2arm-none-eabi-g++ (15:6.3.1+svn253039-1build1) 6.3.1 20170620---------------------------------------------------------------------------------------------------...

JPonk.1 by Associate II
  • 2226 Views
  • 4 replies
  • 0 kudos

Problems with Eclipse and GDB using STLink-V2

I have a stock version of Eclipse and I am trying to configure it to load and single step a very simple blinker that runs on an Nucleo-L073RZ board. The debug agent is stllink (aka texane, I am *not* using OpenOCD). The setup works as expected when d...

Polyman by Associate
  • 1324 Views
  • 1 replies
  • 0 kudos

Resolved! STM32 F7 (HAL) CAN BUS communication not working

Hello,I have read hall_CAN.c instructions and did everything that is stated there. In CubeIDE I have set Prescaler to 24 and both Quantas to 4 times. My Baud Rate is 250000 bit/s. I am using two same boards (Nucleo 746ZG) with CAN bus transciver MPC2...

KPovs.1 by Associate II
  • 4343 Views
  • 7 replies
  • 0 kudos

I2C1 in DMA mode not reading data continuously (STM32L431)

I am trying to read data from a sensor in the background(using DMA) using I2C. Below the I2C DMA settings on CubeMX. The problem is that it shows a frozen measurement on the debug window although in the blocking mode the measurement floats all the ti...

0693W00000WKU96QAH.png
Kolab by Senior
  • 994 Views
  • 3 replies
  • 0 kudos

I am using CubiIDE with an STM32 and trying to put constant data in an own section at the end of the flash memory. But it does not work. The value is stored somewhere after the vectortable and at 0x8003000 as well.

So in my linker filer I put MEMORY { RAM (xrw) : ORIGIN = 0x20000000 , LENGTH = 4K ROM (rx) : ORIGIN = 0x8000000 , LENGTH = 12K DAT (r) : ORIGIN = 0x8000000+12K , LENGTH = 4K }   /* Sections */ SECTIONS { /* The sta...

Resolved! Does STM32CubeIDE offer a serial terminal? This functionality was available in the Atollic TrueSTUDIO product.

I'm really loving the high level of integration offered in the STM32CubeIDE application.Does STM32CubeIDE offer a serial terminal? This functionality was available in the Atollic TrueSTUDIO product.Maybe it's already in there (somewhere?) and I just ...

dale by Associate III
  • 18475 Views
  • 18 replies
  • 3 kudos

I can't find my currently codes in my project!!

Normally I work on vmc-single-slave vendron_intergration but the other day I opened a different project and that project was like a different branch of my project but I opened it from a different folder then today I opened my own project again and I ...

0693W00000WJq1WQAT.png
OSAĞL.1 by Associate II
  • 816 Views
  • 4 replies
  • 0 kudos

SDRAM is configured with TIM6 as a tick source. While I am using GDB this interrupt continuously is interrupting the debug flow. How do we disable such interrupts in stm32cubeide ? This interrupt is continuously hogging gdb.

These stack gets called repetitively and does not let me debug.If I reduce the priority of the ticks then HAL_Delay does not work.I am in a fix here dont know what to do ?I have changed the tick priority also as shown in the figure.

0693W00000WKJ8WQAX.png 0693W00000WKJ87QAH.png 0693W00000WKJ8lQAH.png 0693W00000WKJ7xQAH.png
rohan_m by Senior
  • 1513 Views
  • 8 replies
  • 0 kudos