cancel
Showing results for 
Search instead for 
Did you mean: 

RAM Usage on STM32F4

dhiry2k1
Associate II
Posted on February 18, 2015 at 19:42

Hi team,

Is there any way or tool to know how much RAM my system is using?

Thanks,

#ram #stm32f4 #ram-usage
2 REPLIES 2
Posted on February 18, 2015 at 19:53

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.

JW

Posted on February 18, 2015 at 22:52

In the general sense the .MAP can give you a lot of information.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..