RAM Usage on STM32F4
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2015-02-18 10:42 AM
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
Labels:
- Labels:
-
RAM
-
STM32F4 Series
This discussion is locked. Please start a new topic to ask your question.
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2015-02-18 10:53 AM
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. JWOptions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2015-02-18 1:52 PM
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..
Up vote any posts that you find helpful, it shows what's working..
