Skip to main content
Visitor II
March 8, 2006
Question

COSMIC C Question

  • March 8, 2006
  • 4 replies
  • 880 views
Posted on March 08, 2006 at 07:10

COSMIC C Question

    This topic has been closed for replies.

    4 replies

    icwangAuthor
    Visitor II
    March 2, 2006
    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!!

    Visitor II
    March 2, 2006
    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.

    icwangAuthor
    Visitor II
    March 8, 2006
    Posted on March 08, 2006 at 01:48

    3Q

    Have another method to show it ?

    such as in ST7 Visual Develop (STVD7).

    Visitor II
    March 8, 2006
    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)