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

Hardfault error Float

Hi,I am using stm32 f407 for my project. I have set stack size min 0x6000. I am using STM Cube IDE. In one of the project files I have a float assignmentfloat val = resizedImage[i]; I have enabled FPU in the systemInit() function. I have set FPU_P...

SPrak.4 by Associate II
  • 1372 Views
  • 2 replies
  • 0 kudos

Live Expression refresh rate and Semihosting

I have two questions about the IDE:Is there a way to change the refresh rate of the variables in Live Expressions?Semihosting works only with OpenOCD. The problem with OpenOCD is that the Live Expressions doesn't work. Are you going to implement the ...

JHilj by Associate
  • 520 Views
  • 0 replies
  • 0 kudos

Bug with GCC compiler (for STM32F030C6)

We encountered what appears to be a compiler bug as rewriting the code slightly by adding intermediate variables solved the issue.Relevant code :#define HT16K33_DISPLAY_NB_COLUMNS (8) #define HT16K33_DISPLAY_NB_ROWS (16) #define HT16K33_DISPLAY...

M_3 by Associate II
  • 1323 Views
  • 7 replies
  • 0 kudos

Adding path to libraries in STM32CubeIDE

Hi everyoneI am getting desperate, I was able to add a few simple libraries to a project in cubeide, but I still fail to understand how the path for libraries are supposed to be added. Can anyone please direct me to a tutorial on how to add libraries...

ADP1114 by Associate II
  • 391 Views
  • 0 replies
  • 0 kudos

Load code in RAM directly from STM32CubeIDE through STLink

I want to load a piece of software directly to the STM32H7 internal RAM. I precise that I don't want to load some code in Flash and copy it into Flash at runtime, I want to load directly to the part's RAM.I've linked my executable to map the function...

Gpeti by Senior II
  • 2660 Views
  • 8 replies
  • 0 kudos