2015-02-18 10:42 AM
Hi team,
Is there any way or tool to know how much RAM my system is using? Thanks, #ram #stm32f4 #ram-usage2015-02-18 10:53 AM
Your toolchain should provide that info on compile-time allocated variables.
Dynamic variables (stack, heap) usage is trickier. But none of these is STM32F4-specific; the same methods apply to any mcu. JW2015-02-18 01:52 PM
In the general sense the .MAP can give you a lot of information.