STM32CubeIDE (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeIDE 1.16.1 released

STM32CubeIDE 1.16.1 was released on st.com as well as an in-tool update patch aligned with STM32CubeMX v6.12.1 that is available for download. Main issues fixed in this minor release: Fixed issue when install OpenSTLinux MP2 plugin from OpenSTLinux r...

STM32CubeIDE 1.16.0 released

STM32CubeIDE 1.16.0 was released today on st.com as well as an in-tool update patch. What is new in 1.16.0?Microcontroller and board lists aligned with STM32CubeMX v6.12.0 : STM32C0, STM32WB0 and STM32MP25XXAdded CMake support for multicontext projec...

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
  • 404 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
  • 262 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
  • 650 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
  • 389 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
  • 581 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...