This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Profiler for ARM, consumption of RAM by the program in Keil

Is there any a way to determine how much ram/memory is being consumed by the entire project in keil uVision?

It looks like the program is using memory/addresses beyond the certain range allocated so I need to compute certain things.

Also, is there any profiler for ARM embedded systems (C++)?

Parents Reply Children
  • If pointers were the issue, I don't think I should have gotten everything correct in the first place. I started getting garbage characters in output when I started declaring some other variables and functions, which makes me wonder if size or the consumption is an actual cause.