STM32CubeIDE (MCUs)

Ask questions on STM32CubeIDE. Discuss how to build, debug, configure, and optimize your project as well as how to use our software tools.

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

QSPI with stm32cubeIDE on custom stm32f746IGT board

Is there any one to help me on get QSPI work?I am using n25q128 and the SPI pins; /**QUADSPI GPIO Configuration      PE2    ------> QUADSPI_BK1_IO2   PF9    ------> QUADSPI_BK1_IO1   PB2    ------> QUADSPI_CLK   PD11    ------> QUADSPI_BK1_IO0   PD13...

istepne by Associate III
  • 3156 Views
  • 19 replies
  • 0 kudos

STM32 NUCLEO-L053R8 + SDCard basic example

I'm quite new in STM32 applications. I'using a Nucleo-L053R8 and I need to store the data from ADC inputs in a SD card. I found some examples but with different MCUCan anyone help me sharing a basic and full working example developed in CubeIDE?.

Brugus by ST Employee
  • 624 Views
  • 1 replies
  • 0 kudos

Error During creating new project in STCube v1.1.0

Goodevening,I'm new on this community and i I want to apologize in advance if I make some mistake. My problem is: when i create new STM32 project i get this error "Code generation could not be done because the necessary firmware package is missing. N...

There are a large number of existing STM32 sample projects set up to work with EWARM, MDK-ARM and SW4STM32. Even though use the migration guide for importing projects into STM32CubeIDE most of the time these projects do not import properly.

Are there any instructions on how to import an existing STM example project into STM32CubeIDE such that is can be built and deployed. At the moment its a very frustrating process that wastes lots of time and energy.

request: board examples using the CubeIDE project structure

When stumped, I've found that the examples in the various board zip files that STMCubeIDE downloads are very helpful. However none of them are structured in a way that I know how to load into the 'modern' STM32CubeIDE. is there any documentation aime...

mmalex by Associate II
  • 583 Views
  • 1 replies
  • 0 kudos

Resolved! Why float X = 3300/2000 = 1?

I have a simple calculate#define VREF ((uint16_t) 3300)   float X = VREF / 2000;Why X result is 1? This happen with another calculate like xx00 / xx000Thanks

NNam.18 by Associate II
  • 1060 Views
  • 4 replies
  • 0 kudos