2024-04-20 07:34 AM
Hello!
I have a STM32CubeIDE project that I run on a STM32WB5MMG module.
I program it in debug mode and set a breakpoint in the code.
When I open Build Analyzer it's empty. When I see other people open it, they get information about RAM usage.
What have I missed to not get this information?
2024-04-20 08:02 AM - edited 2024-04-20 08:15 AM
Hi,
build analyzer = flash, ram used , you dont see in debug , just after compile you can see it.
-> for project, you select (= focus is on it)
see: -> selected project
then see:
in settings you must not disable this in project settings:
2024-04-22 08:47 AM - edited 2024-04-22 08:48 AM
Hello @DLid.1 ,
If you are using CubeIDE 1.15.0, you need to enable 'Auto' for the build views refresh mode in [Window]>[Preferences]>[STM32Cube]>[Build Views Settings], then restart CubeIDE.
Thanks,
Rim.
2024-11-28 06:38 AM - edited 2024-11-28 06:39 AM
I'm using CubeIDE 1.17.0 and my build analyzer is also empty. It has been working at some point.
I tried your solution, but this doesn't work for me. Do you have any other suggestions to get the view back?
2024-11-28 07:39 AM
Hello @MiguelDK
After following the steps mentioned by Rim, you have to click on the 'Refresh' button:
KR,
Souhaib
2024-11-28 10:59 PM
Hi Souhaib
I don't get a window with the buttons that you show.
If I press [Window]>[Show View]<[Build Analyzer] nothing seems to happen.
Right now, I'm considering to reinstall CubeIDE to solve the problem, but it would be nice if I don't need to...
BR Miguel
2024-11-28 11:13 PM
Hi
I have now solved the problem.
I had to press: [Window]>[Perspective]>[Reset Perspective...]
This brought back the Build Analyzer
Miguel