CCS C Software and Maintenance Offers
FAQFAQ   FAQForum Help   FAQOfficial CCS Support   SearchSearch  RegisterRegister 

ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CCS does not monitor this forum on a regular basis.

Please do not post bug reports on this forum. Send them to CCS Technical Support

Search found 2 matches
CCS Forum Index
Author Message
  Topic: Out of ROM, A segment or the program is too large
cristianclc

Replies: 2
Views: 4803

PostForum: General CCS C Discussion   Posted: Sun Oct 28, 2012 6:45 pm   Subject: Out of ROM, A segment or the program is too large
The compiler will automatically use other pages. Problem though is that a whole page is just 2048 bytes, so the function you have won't fit in any page. If you split the code up into smaller pieces, t ...
  Topic: Out of ROM, A segment or the program is too large
cristianclc

Replies: 2
Views: 4803

PostForum: General CCS C Discussion   Posted: Sun Oct 28, 2012 9:17 am   Subject: Out of ROM, A segment or the program is too large
Hi, I'm working with the 16f1518 pic and when I'm trying to compile my code and I get this message: "Out of ROM, A segment or the program is too large program3".

Looking the call tree t ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group