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

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
  • 479 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
  • 11282 Views
  • 14 replies
  • 18 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...

DBGMCU_CR_DBG_STOP setting ignored

Setting DBGMCU->CR.DBGMCU_CR_DBG_STOP should allow debugging in STOP mode; eg, from ST examples: /* Allow debugging in Stop Mode */ DBGMCU->CR |= DBGMCU_CR_DBG_STOP; /* Enter Stop Mode */ HAL_PWR_EnterSTOPMode( PWR_LOWPOWERREGULATOR_ON, PWR_S...

AndrewNeil_0-1701710496575.png