This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Putting my app on a (RAM) memory diet

I'm running out of RAM in my 51822 app and I need to take a look at what's using RW and ZI memory. Very little memory is being allocated with malloc. The rest is allocated at build time. How can I generate a memory map at build time that tells me the size of the various static and global objects?

Parents Reply Children
No Data
Related