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

Can't set a breakpoint in debug

I'm working with an STM32U575 Nucleo and also a custom board with the same processor.In STM32CubeIDE, neither project will let me set a breakpoint. What am I missing?I've attached a screenshot showing a "broken" breakpoint.

DeInitialization of the QSPI peripheral

I intend to use the following API to deinitialize the OCTOSPI peripheral which I am using in the Quad SPI mode on the STM32H563 board:  HAL_StatusTypeDef HAL_XSPI_DeInit(XSPI_HandleTypeDef *hxspi) { HAL_StatusTypeDef status = HAL_OK; /* Check th...

AShetty by Associate II
  • 413 Views
  • 2 replies
  • 0 kudos

STM32CubeIDE - Auto-complete (Ctrl+Space) is not working

Hello, I installed STM32CubeIDE and imported (a copy) of a TS project.Quickly, I hit an issue: auto-complete proposals (Ctrl+Space) gave no proposals in STM32CubeIDE. The pop-up window only shows 'No Default Proposals'  UPDATE: I fixed it, the prefer...

Jack3 by Senior II
  • 10411 Views
  • 14 replies
  • 15 kudos

How to setup QSPI file sytem on Norflash

HI, All     I am testing file system on U575 Eval board. The file system is working when I setup the connectivity  to Norflash as Oct2SPI. However, when I changed the connectivity to QSPI, it failed at the initialisation of format as the following:my...

Victorheca01_0-1721665364507.png Victorheca01_1-1721665412254.png

USBX code not compiling after IDE generation

Using STM32 Cube IDE v1.15.1 with package stm32u5-1.5.0 or IDE 1.16.0 with package 1.6.0 (Linux and Windows versions) :Create new STM32 project from example Ux_Device_CDC_ACM for board Nucleo-U5A6ZJ-QCompile project : okSlight modification in IOC fil...