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

Resolved! SWV doesn't work on STM32CubeIde 1.14 for Nucleo-H743ZI2

HiI need this set up to debug harder issue I encountered. I tried to search through available post but can't find anything similar enough. In the past I used SWV on STM32F411 and it worked well so I have a bit experience.Anyway:-debug setup in CubeMX...

Wojt_0-1704747438907.png Wojt_1-1704747564117.png Wojt_2-1704747762932.png Wojt_3-1704748013597.png
Wojt by Associate II
  • 1587 Views
  • 3 replies
  • 0 kudos

Resolved! STM32CubeIDE set active project

Hi,I'm using STM32CubeIDE 1.14.0, I have multiple projects in "Project Explorer", one of it is my default active project and now how do I set another project as the default active project? For example, I have project_1, project_2, project_3, project_...

Resolved! Using CMSIS 5.8.0 in CubeIDE

I want to use the newer version of the CMSIS DSP library in my project with an stm32f767zi, but I can't get the code to compile without errors relating all the functions found under CMSIS/DSP/Source. With older versions of CMSIS DSP I've followed the...

ENord.2 by Associate
  • 2440 Views
  • 5 replies
  • 0 kudos

Resolved! CubeIde keeps creating old workspace folder

When I first installed CubeIde I specified a workspace, but after some time I changed worspace folder. Now i want to delete that folder, btu when I do so, CubeIde creates it again.I looked into Startup and Shutdown -> Workspaces and I have there only...

UA.2 by Associate
  • 2413 Views
  • 3 replies
  • 1 kudos

How are you suposed to replicate a project???

It's a pretty common need in an IDE to be able to branch or "fork" a project. Normall, I'd make a copy of the projet at the file level, then rename the original and continue development on that. However, Ranaming a project not only crashes, but also ...

sgordon777_0-1703350703203.png

CMSIS-DSP PID help

I'm using the stm32f429 discovery, I made a PWM control and tested it with a potentiometer and it worked as expected with 1mhz. Now I need to do the temperature control, I'm using a MAX31865 with PT100 and heating a resistance with the PWM output (th...