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! Cannot Build imported stm32 project

Hi,I have imported a stm32 project from Git Hub that was there from 2 years ago to my stm32cudeide but when I try to build using internal builder: I get this error message:Info: Internal Builder is used for buildarm-none-eabi-gcc "..\\..\\..\\..\\..\...

aelgammal by Associate II
  • 3712 Views
  • 12 replies
  • 0 kudos

Resolved! Using I2C1 and I2C2 with HSI

Hi,I am planning to use STM32F030C8 in my design without external  crystal. I will use HSI as clock. Can I use I2C1 (PB8, PB9) and I2C2 (PB10, PB11) with HSI?  Thank you for the help,  

volkan_ by Associate II
  • 733 Views
  • 1 replies
  • 1 kudos

CLI Build command

Description:I am trying to build the ST project using CLI without even building it once with STMcube IDE GUI, but I am getting some warnings like  'WARNING: No Project matched ".*". Skipping..', WARNING: No Project matched "'.project'". Skipping..., ...

Mkuma.7 by Associate III
  • 621 Views
  • 0 replies
  • 0 kudos

Resolved! STM32F429I-DISC1 SDRAM Access

I created a new .ioc project with STM32CubeIDE 1.14.0.  I did the same with 1.12.0 with the same results.  When I build and debug the project and run to a breakpoint after all initialization is complete, when I examine memory at 0xd0000000 the frame ...

Wayne2839 by Associate II
  • 1272 Views
  • 3 replies
  • 0 kudos

Resolved! GPIO alternate write acces? SPI CLK

Hi! Do we have write acces on pin set to alternate function push-pull? Problem: CLK line floats after hal_transmitreceive, pullup helps but distorts clk line.And with pullup there seems to be a glitch at end that slave can detect as fake clock cycle ...

SDS00012.png
oeliks by Senior
  • 2601 Views
  • 8 replies
  • 4 kudos

Resolved! Where is the makefile generated by CubeIDE?

When I build a project I noticed that the command `make -j9 all` is run, which suggests me that there is Makefile somewhere, but it is not in my project folder. Does anybody know  where I can find it? I am working with a Nucleo-F446RE. 

ubaldot by Senior
  • 3862 Views
  • 10 replies
  • 1 kudos

Resolved! stm32c0 enableIT i2c1 and usart1

Hi, here I am facing the problem on I2C interrupt if USART enabled IT, my I2C IT does not work but it work correct if USART does not enable it interrupt. Any setting i missed out?

Hollis_K by Associate III
  • 1006 Views
  • 3 replies
  • 0 kudos