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

STM32CubeIDE v1.12.0 disassembly addresses change

Bug ReportWhen I look at the disassembly of my code, the addresses seem normal. As soon as I scroll through the disassembly, all the addresses change from even to uneven. Further scrolling does not change the addresses back. We look at the disassembl...

JWend.1 by Associate II
  • 1335 Views
  • 2 replies
  • 2 kudos

Resolved! Internal browser greyed out

Hy all,I'm experiencing a problem with the internal browser of the CubeIDE.Starting from the beginning:I freshly installed Opensuse 15.6, to override a problem generated by an upgrade went wrong.After the OS was fine, I installed all the applications...

SS_CubeIDE.png SS_CubeIDE_2.png
rdipra65 by Associate
  • 585 Views
  • 1 replies
  • 0 kudos

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
  • 605 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
  • 12992 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...