STM32CubeIDE (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeIDE 1.17.0 released

We are pleased to announce to you that the release 1.17.0 of STM32CubeIDE is available. What is new in 1.17.0: Microcontrollers, microprocessors, and board lists aligned with STM32CubeMX: Added the support for the STM32N6 seriesAdded the support for ...

Accuracy of internal RC oscillator of STM32F030C8

Hi ST Community,I am planning to design a board with STM32F030C8 that will be mass produces. It will be very small PCB, so I am plannig to use internal RC oscillator of the MCU. The MCU will use I2C1  (to write some data to LCD with I2C converter) an...

shydv15 by Associate II
  • 595 Views
  • 1 replies
  • 2 kudos

Resolved! Include files help.

I have a source folder named components where each subfolder has a .c and a .h file, see screenshot below.I am trying to include these files, but they cannot be found. So far, I know that I should add the relative path and so I did. (I also tried to ...

ubaldot_0-1706174213811.png
ubaldot by Senior
  • 1090 Views
  • 2 replies
  • 1 kudos

Resolved! USART configuration problem

Version: 1.14.1MCU package: STM32CubeF1 Firmware Package V1.8.0 / 26-June-2019The GPIO Settings of the USART auto configuration are incorrect.

Shiina_0-1706153797998.png
Shiina by Associate III
  • 799 Views
  • 2 replies
  • 1 kudos

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
  • 2632 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
  • 452 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
  • 492 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 ...