Question
Is it possible to get real-time SRAM usage in STM32CubeIDE, similar to live expressions?
Hi,
I want to know how much SRAM I am using at any one time during debugging. I can calculate the approximate total SRAM used as the majority of my variables are global so I can just sum the total bytes used up by my global variables and have a rough idea. I would like to know if there is a way that one can determine the exact SRAM usage at any time?
