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?

 

2 REPLIES 2
AScha.3
Chief II

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.