Discussion Forum

part memory usage?

Next Thread | Thread List | Previous Thread Start a Thread | Settings

DetailsMessage
Read-Only
Author
Wes Strubhar
Posted
2-Nov-2000 22:33 GMT
Toolset
C51
New! part memory usage?
How do I view how much program and ram space a compiled program
will use? I'm looking for something like a memory map such as is
provided by other tool sets. I've been able to figure out the program
size by loading into dScope. That seems an inefficient way to check
code size. And I haven't found how to check ram (variable) space
usage. Thanks.

-Wes
Read-Only
Author
Keil Support
Posted
2-Nov-2000 23:53 GMT
Toolset
C51
New! RE: part memory usage?
The code size and data size are detailed in the MAP listing file that is generated by the linker.

Take a look at the following URL for more details:

http://www.keil.com/support/docs/1676.htm

Keil Support

Next Thread | Thread List | Previous Thread Start a Thread | Settings