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

Project creation startup files

I installed STM32CubeIDE and have been trying to create a project using the STM32F407G-Discovery Board. Upon trying to create a project, the startup code generation file doesn't show up.I get the following pop-ups. I am unable to resolve this issue. ...

Screenshot 2024-07-30 095306.jpg Screenshot 2024-07-30 095337.jpg
anishac by Associate II
  • 710 Views
  • 4 replies
  • 0 kudos

Problem running Stm32cubeIde

I recently installed Cube IDE. When I create a new project is created a blank workspace and none of the options work! I cant find cubeIDE tag so had to use edesignsuite instead

Prnjl10 by Associate
  • 400 Views
  • 1 replies
  • 0 kudos

Resolved! 3D vectors in C++

Hi,recently I detected "complex.h" and the float complex data type for C++ project files. Since then dealing with complex numbers got very easy. I would appreciate the same ease of use for 3D float vectors, i.e. I need a float vector data type and th...

DetlefS by Associate III
  • 1111 Views
  • 5 replies
  • 0 kudos

Code generation error

Code generation could not be donemost probably because the necessary firmware package is missing. Not abe to complete STM32Cube project creation. See Firmware updater for settingrelated to firmware package installation.Help me pleaseShow drafts  

Screenshot (11).png
Aman1 by Associate
  • 626 Views
  • 2 replies
  • 0 kudos

stm32cubeIDE 1.16 errata

Hi,I am developing software on the stm32h743 using threadx and have just updated the IDE to version 1.16.In the Errata document for IDE 1.16 under target specific issues it says the following:184869ThreadX should not be available on H7 single core, a...

alan32 by Associate
  • 805 Views
  • 2 replies
  • 0 kudos

Debugger stuck on random line

The debugger is getting stuck on a random line about 350 lines into main(). There is nothing particular about this line of source code except its location, because if I comment out that line it just stops on the next one, and if I add a line it sto...