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

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
  • 1050 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
  • 1485 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
  • 1995 Views
  • 4 replies
  • 0 kudos

How can I disable the login shortcut?

Hi,I have a simple question. I'm using STM32CubeIDE v1.14.0 on MacOS and I want to use Doxygen for the source code documentation. The problem is that the shortcut for Login to myST is the same as the "@" shortcut. So it is not possible to write the "...

BViet1_0-1704351071144.png
BViet.1 by Associate III
  • 475 Views
  • 1 replies
  • 0 kudos

Resolved! STM32CubeIDE Linux bash installer dead end

Hello everyone.While attempting to install STM32CubeIDE on Debian i was unable to accept the agreement due to the absence of the option to enter Y or N.Reference image:When the terminal text is scrolled downwards the options are not visible either. 

Leonf_0-1703703859296.png Leonf_1-1703703938360.png
Leonf by Associate
  • 706 Views
  • 2 replies
  • 1 kudos

USB serial number size

As others before me, I wish to make my own serial number in a USB CDC device. This isn't the problem – I know how to do that.However, I am puzzled about how the unique serial number is generated in the code auto-generated in STM32CubeIDE. Specificall...

EThom.3 by Associate III
  • 1359 Views
  • 4 replies
  • 2 kudos

Multiple "expected expression before 'do'" errors

I'm new to STM32 and trying to bring up the STM32L053-DISCO project in STM32CubeIDE. It mostly comiles fine, but has an issue with the HAL defines, such as below:#define __HAL_RCC_GPIOA_CLK_ENABLE()  do { \                    __IO uint32_t tmpreg; \ ...

SHoll.1 by Associate II
  • 3658 Views
  • 12 replies
  • 1 kudos