a question about memory

General discussion on mikroC for dsPIC30/33 and PIC24.
Post Reply
Author
Message
Sidharta
Posts: 233
Joined: 01 Sep 2005 10:53
Location: Spain

a question about memory

#1 Post by Sidharta » 09 May 2009 08:41

When I compile the program the result is:

Success (Release Build)
used rom 11162 (17%)
free rom 54373 .(83%)
used ram 109 (1%)
free ram 5544 (99%)

But I'm using the 30f614A with 144 K of Rom and 8192 bytes of ram. Is the compiler limited to using 65536 bytes of rom memory?
What about the ram up to 8192 ?.
Can I turn around this limits if exists?
:roll:
To be or not to be...Hum.. sure I need more options

User avatar
zristic
mikroElektronika team
Posts: 6608
Joined: 03 Aug 2004 12:59
Contact:

Re: a question about memory

#2 Post by zristic » 11 May 2009 13:59

Go to Project->Edit Project and move the slider for dynamic and static link.

Static link is used for global variables, while the dynamic is for function frames (parameters, local variables and stack).

Post Reply

Return to “mikroC for dsPIC30/33 and PIC24 General”