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! 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
  • 661 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
  • 1474 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
  • 497 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 ...

STM32cube problem with Migrate FW version

Hi, I have a project STM32F429-DISC1 with BSP libraries created in CubeIDE and everything works but when I give Migrate the project from old FW V1.24.2 to last V1.26.2 the display stops showing. Has anyone already solved what the problem may be? If I...

Rules for Project from makefile?

So there is the menu option :File > New > Makefile Project with Existing CodeWith this structure:Top----+----Folder----+---- makefile | +---- other files & folders | ...