Author |
Message |
Topic: Out of ROM, A segment or the program is too large |
cristianclc
Replies: 2
Views: 4803
|
Forum: 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
|
Forum: 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 ... |
|