cancel
Showing results for 
Search instead for 
Did you mean: 

Can't see memory uage at Build Analyzer

DLid.1
Associate II

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. 

DLid1_0-1713623582109.png

What have I missed to not get this information?

 

6 REPLIES 6
AScha.3
Chief III

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

AScha3_0-1713625133125.png

then see:

AScha3_1-1713625181237.png

in settings you must not disable this in project settings:

AScha3_2-1713625315253.png

AScha3_3-1713626128178.png

 

If you feel a post has answered your question, please click "Accept as Solution".
Rim LANDOLSI
ST Employee

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.

RimLANDOLSI_0-1713800901364.png

 

Thanks,

Rim.

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?

Hello @MiguelDK 

After following the steps mentioned by Rim, you have to click on the 'Refresh' button:

SouhaibMAZHOUD_0-1732808314223.png

KR,

Souhaib

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.

MiguelDK_0-1732863208119.png

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

MiguelDK
Associate II

Hi

I have now solved the problem.

I had to press: [Window]>[Perspective]>[Reset Perspective...]

This brought back the Build Analyzer

MiguelDK_1-1732864299157.png

Miguel