How to find out RAM usage in ECU

Subscribe to the forum to receive notifications about new posts.
Post Reply
User avatar
Shraddha
Posts: 61
Joined: Fri Jun 14, 2024 3:54 pm

I know that embedded software build tools typically report flash memory usage for the program. I believe they also report RAM usage, but do they provide information on the maximum RAM usage?

While build tools can estimate stack and static memory usage, they may not know how much heap will be used during runtime. Are there other aspects of RAM usage that build tools might not account for?

How can I accurately determine the actual RAM usage during runtime?
Post Reply