STM32CubeIDE (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 804 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
  • 1244 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
  • 4038 Views
  • 7 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...

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
  • 778 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
  • 1411 Views
  • 8 replies
  • 0 kudos