Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
10/02/00 04:24
Read: times


 
#5438 - RE: how to control the memory ?
In your C tool set, you should have the linker with the compiler. The linker will generate a map file. You can look into the map file to find out ROM/RAM size info. Also most of the C tool sets allow you to select what kind info to put into the map file.

BTW, some map file contains only the ROM/RAM size per module(source file). You have to add them up yourself to get the total size.

Oliver

List of 3 messages in thread
TopicAuthorDate
how to control the memory ?            01/01/70 00:00      
RE: how to control the memory ?            01/01/70 00:00      
RE: how to control the memory ?            01/01/70 00:00      

Back to Subject List