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
Take a look at this manual on the map files.
Bradford
http://www.keil.com/support/man/docs/l166/l166_ln_mapfile.htm
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.
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.
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/
Yes, I generated a map file. But I can't find the needed RAM resources at a glance.
Have you requested the generation of a map file?
View all questions in Keil forum