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

Resolved! Can't find Nucleo-MB1549 in board selection

I'm used to using the stm32cube-ide. I found a Nucleo-MB1549 in my attic and wanted to play around with it but i can't seem to find it in the board selector section.  Any ideas what i should do next? This is a genuine nucleo board and i am able to fi...

BadEngineer_0-1721771231250.png

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
  • 993 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
  • 391 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
  • 406 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
  • 10272 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