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! Can't find makefile

I am trying to run examples from the StmCubeF3 directory. I dbl click the project file and STM32CubeIDE comes up. When I try to build an error message states the makefile is not in the path. An ST document suggested moving my examples to a top leve...

John Hite by Associate III
  • 2752 Views
  • 6 replies
  • 0 kudos

Resolved! Which IDE to use for Nucleo boards?

I found nothing so far in product description or user manual for the Nucleo 144 (Nucleo-F303ZE) that specifies an IDE. When I tried to run an STM32CubeF3 example on the STM32CubeIDE it said the files were Nucleo type and needed to be converted. Is th...

John Hite by Associate III
  • 677 Views
  • 2 replies
  • 0 kudos

Resolved! How to build Nucleo 144 projects?

Greetings,I just received a Nucleo-F303ZE aka Nucleo-144. The card says there would be code and examples on the NUCLEO-F303ZE page: https://www.st.com/en/evaluation-tools/nucleo-f303ze.htmlThat page said I might also like: STM32CubeF3. I downloaded t...

John Hite by Associate III
  • 1496 Views
  • 4 replies
  • 0 kudos

I have stm32H74Zi chip and is running in 64Mhz clock speed and have scaled down the speed to 32Mhz for APB1 (I2C peripheral) using clock divider. Want to know how TIMINGR value is working with both the frequencies (32 and 64Mhz at APB1 peripheral).

Using clock divider(/2) scaled down the APB1 peripheral clock speed to 32Mhz. Now I have different TIMINGR values for for each of 32 and 64MHz clock speed at APB1. I tried 32MHz TIMINGR value for 64MHz clock speed and it worked.I want to know how the...

Umahe.1 by Associate II
  • 506 Views
  • 2 replies
  • 0 kudos

How to support multiple STM targets in a project

Hello,From time to time it is good to be able to target multiple STM devices for a project. In our case we are evaluating a number of chipsets and have eval boards for the various chips. What I want to do is to be able to generate a project which wil...

Resolved! CUBE IDE and code style checker

Hi folks,STM32CubeIde /eclipse comes with a code style checker. I just ran it. The default settings do not cover ST's code style. Is it possible to get a config file so CubeIde automatically checks for STM32s coding guidelines?Is ST development team ...