COSMIC C Question
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2006-03-07 10:10 PM
This discussion is locked. Please start a new topic to ask your question.
4 REPLIES 4
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2006-03-01 9:15 PM
Posted on March 02, 2006 at 06:15
I write a program use COSMIC C language, compile pass , but I can't to see xx% of ROM or RAM used.
Kindly let me know how to show the infomation of ROM or RAM used in ST7 Visual Develop (STVD7) . 3Q!!Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2006-03-01 10:48 PM
Posted on March 02, 2006 at 07:48
You can look in your output directory for a *.map file. This has the addresses of your data. You can examine this and compare against the datasheet to see how much memory you are using.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2006-03-07 4:48 PM
Posted on March 08, 2006 at 01:48
3Q
Have another method to show it ? such as in ST7 Visual Develop (STVD7).Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2006-03-07 10:10 PM
Posted on March 08, 2006 at 07:10
Quote:
Have another method to show it ?
the map file is a plain text file; you can open it within stvd7 as well as with any text editor. Regards, Luca (Cosmic)