2023-07-24 2:35 AM - edited 2023-07-24 2:38 AM
Whenever I try to use the SFR view window, it consistently crashes the IDE. Completely hangs up, not responding to anything (e.g. resizing the window) anymore.. left it sit for 15min (way too long) no responsiveness.
I can easily reproduce this by launching a debug session, and then e.g. trying to unfold "NVIC" item in the SFR listings. => IDE hangs
Also starting to type so I can narrow down the amount of entries in the panel => IDE hangs
Typing "NVIC" somewhere else first, then copy-pasting it into the field (so it doesn't first go searching for everything with "N" in the name, and then having to read a few hundred registers) => IDE hangs
I'm using STM32CubeIDE 1.13.0, installed last week. The target is a STM32U575 on a nucleo. None of my user code is running yet, because its still halted at the entry of main. I've not touched any of the debugger settings w.r.t. to the onboard STLink.
OS is Manjaro Linux with all up to date packages.
Please advice, as this makes developing for this chip very hard.
2026-02-18 6:03 AM
Hello @Eiffel,
could you please check you are using latest version of CubeIDE? The issue presented here was fixed by version 1.15 (internal ticket number 170446) two years ago.
If you have same issue on newer version (1.15+) please open rather a new post in the community.
Thanks, Stanislav, ST support