Information about used RAM ressources needed
I use the C164 with the following compiler: 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?
At the end of compilation I got the follwoing info: Code Size: 56119 Publics: 777 Types: 562 Modules: 58 Symbols: 9999 Source files: 45 Source lines: 32354
But where can I find the used RAM/XRAM/...
Thanks for help
Have you requested the generation of a map file?
Yes, I generated a map file. But I can't find the needed RAM resources at a glance.
Is it possible to get the used RAM value by an other action?
It's almost certainly the same way as is done for C51:
http://www.keil.com/forum/20774/
The map file is _the_ reference for figuring out consumed memory. It doesn't help if you don't like map files. You just have to figure out how to read them.
You just have to figure out how to read them.
Can you help me there with some tips how to do this? That's my question at all.
Take a look at this manual on the map files.
Bradford
http://www.keil.com/support/man/docs/l166/l166_ln_mapfile.htm