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

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

Resolved! receive and send file in stm32f429zi

I want to send a file from terminal tool to stm32f429zi via RS485(USB to RS485 and transceiver) and store the received file in stm32F429zi board and again send it back to terminal tool and i want to know ,is it possible or not? and its not possible, ...

Live expressions in low power mode

Hi everyone,I am using a STM32L431 in my project and I am running into an unexpected behavior when debugging it. For context, I have an enum variable (lets say x_state) that represents different states in the logic. I have added this variable to the ...

dev_easyli_0-1701942065077.png dev_easyli_1-1701942462812.png dev_easyli_2-1701942689694.png

PWM TIM15 CH2 CCR1/CCR2 STM32CUBEIDE

Hello guysMy microcontroller is: STM32L432KCU6 - nucleo boardI have a problem with PWM. I need to change TIM16 to TIM15 because TIM16 collides with I2CSo thats why I have to use TIM15... I need him to handle micro servo. When i use TIM16, everything ...

conflict.jpg tiim.png clock.jpg jadupce.png
grzeniux by Associate II
  • 1375 Views
  • 5 replies
  • 3 kudos

STM32CubeIDE 1.14.0 released

STM32CubeIDE 1.14.0 was released today on st.com as well as an in-tool update patch. What is new in 1.14.0? Added the support for new microcontrollers in the STM32WB seriesAdded the support for two new boards related to the STM32WB series: NUCLEO-WBA...

Resolved! Folder in Project Explorer

Is there a possibility to create folders in which to place projects in order to better visually organize all those in the workspace?For example in the picture below there is only a small part of the long list of my projects in "Project Explorer" ... ...

luke514_0-1704312407070.png
luke514 by Senior
  • 1976 Views
  • 5 replies
  • 2 kudos

Resolved! STM32CubeIDE Headless build in CI/CD

I'm trying to perform a headless build for our gitlab's pipeline. However, I encountered some problems with it.Firstly, I want to mention that the build process went smoothly before, but then as I need to change the name of the project, problem arise...

Resolved! HAL_GetTick() freezes and stops to update

During the debugging, I noticed HAL_GetTick() freezes, I mean uwTick does not update anymore and holds the same value. This issue is happening while the TIM15_IRQHandler is called and executes a function responsible for reading from an SPI communicat...

image.png
GComes by Associate II
  • 2529 Views
  • 4 replies
  • 0 kudos