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.