STM32CubeIDE (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeIDE 1.17.0 released

We are pleased to announce to you that the release 1.17.0 of STM32CubeIDE is available. What is new in 1.17.0: Microcontrollers, microprocessors, and board lists aligned with STM32CubeMX: Added the support for the STM32N6 seriesAdded the support for ...

undefined reference to `__fabs'

I want to use the intrinsic floating point absolute value function `__fabs` as noted in the compiler specific features in the armcc documentation.When I build my project using the following settings on STM32CubeIDE: I get an error saying undefined re...

0693W00000Y8SHHQA3.png
DLian.3 by Associate II
  • 1312 Views
  • 5 replies
  • 0 kudos

How can I use Clang-format in STM32CubeIDE

I was previously able to use Clang-format in my STM32CubeIDE environment by using the CppStyle 1.5.0.0 plug-in, but CppStyle 1.5.0.0 seems that it's no longer available in the STM32CubeIDE Marketplace. After a recent update, I am unable to use this f...

STM32Cubeide debugger displays wrong float values

In the debugger, I see float variables as 9e-39 or similar that is totally wrong.In the following example the correct value is 615.133911When passing to int it is 615, as expected.it may be a wrong configuration of the debugger float number formatHow...

JLope.11 by Associate III
  • 1121 Views
  • 4 replies
  • 0 kudos

How to add CMSIS DSP libraries in STM32CubeIDE

I want to use the DSP functions that are present in CMSIS. I'm using STM32CubeIDE with my target board being the ST32F411RE Discovery. Using CMSIS DSP with Keil uVision is extremely simple, you just select thew pack you want and use it but it's not s...

CDyer.1 by Senior
  • 14444 Views
  • 16 replies
  • 0 kudos