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

"stm32cubeidec -build all" results to extra build runs

I have tried to build an example STM32H7Cube project with a command line script (attached) and got that the each CM7 and CM4 project configuration is built twice: the "Release" for CM7 is built twice, then the "Debug" for CM7 is built twice, and then...

ERROR by Associate II
  • 303 Views
  • 0 replies
  • 1 kudos

Resolved! TIM2 as a sequencer for TIM5, TIM1 and TIM8

Part: STM32L4R5ZIT6I would like to use TIM2 to increment 3 other timers at different times:TIM2 is incrementing from an external clock and rolling over at a set period.1. TIM2 rollover would increment TIM52. TIM2 Compare 1 would increment TIM13. TIM2...

RChap.1 by Associate II
  • 726 Views
  • 5 replies
  • 0 kudos

Resolved! Cube IDE 1.15.1 Freeze when creating example project

Hi, I am trying to create an example project for my NUCLEO-F401RE board by following the following steps:1. Completely clean Debian 11.9.0 installation (in virtual machine)2. Download and install STM32CubeIDE 1.15.1 (STM32CubeIDE-DEB)3. Launch the ID...

FJons.1 by Associate II
  • 1541 Views
  • 8 replies
  • 0 kudos

Resolved! Installation of SonarLint fails

When I try to install SonarLint from Eclipsemarkete place I get the following errorUnable to read repository at https://eclipse-uc.sonarlint.org/content.xml. Certificate chain is not validSTM32cubeIDE 1.7.0 on WindowsI asked the question on the Sonar...

Stefan1 by Associate III
  • 987 Views
  • 3 replies
  • 0 kudos

Resolved! Update STM32CubeIDE to specific version

One of my machines is running 1.14.1. My customer is at 15.0 and does not wish to change to 15.1 this close to deployment. Is there any way to update the IDE to 15.0? If I select 'Update' from the 'Installation Details' from the 'About' screen I only...

jlag_0-1715378165652.png
jlag by Associate III
  • 568 Views
  • 1 replies
  • 3 kudos

issue in opening two file in fatfs stmcube

Hello,I have been trying to open two files simultaneously in sdcard (one in READ mode and another one in Write mode) using the STMCUBE IDE fatfs library. Since two files requires two file handles so I have defined below mentioned parameters in the fa...

shefu_0-1715236162842.png
shefu by Associate II
  • 965 Views
  • 3 replies
  • 0 kudos

Cubeide download program without erase full chip

Hello,My name is Ray.I'm an end user that come from Taiwan,I'm still learning coding with stm32Recently​ i encounter a problem about debug via STMCubeIDE,The version is 1.15.1Once i coding fine and process into debug mode,it will perform a full chip ...

stm32c0116-dk & openocd

Hi,I tried to connect my stm32c0 board to openocd to work in CLion but found that latest open ocd version doesn't support it. I found ST version of OpenOCD and build it but inside it I still can't find stm32c0 board configuration.So my question is ho...