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

Information about used RAM ressources

I use two different µC (C505 and C164).
I use the following compilers:
C51: V7.06i / BL51: 5.03
C166: V4.11 / L166: 4.10
(Updates not possible. I couldn't use newer one.)

How can I get information about used RAM (IRAM, XRAM, ...)?
= How much RAM do my program needed?

I know that I can use the map files.
But that's complicated and not easy and not fast.

Do anybody know an other method?
How could I evaluate the map file (to know how many RAM my source code needed)?

Thanks for help