Author |
Message |
Topic: Still out of ROM after changing to larger PIC |
kdlee
Replies: 19
Views: 23525
|
Forum: General CCS C Discussion Posted: Mon Jan 17, 2011 6:10 pm Subject: Still out of ROM after changing to larger PIC |
Upgrading MPLAB seems to have fixed my problem. I have no clue why/how the IDE could affect the compiler. I'll keep any eye out for any IDE wierdness from now on.
Thanks for all the help. |
Topic: Still out of ROM after changing to larger PIC |
kdlee
Replies: 19
Views: 23525
|
Forum: General CCS C Discussion Posted: Mon Jan 17, 2011 5:40 pm Subject: Still out of ROM after changing to larger PIC |
I've done a clean install from newly downloaded installer files and I still get the same result.
One interesting data point. I ran the compiler in the CCS IDE and I got the correct % ROM used (2%) ... |
Topic: Still out of ROM after changing to larger PIC |
kdlee
Replies: 19
Views: 23525
|
Forum: General CCS C Discussion Posted: Fri Jan 14, 2011 6:07 pm Subject: Still out of ROM after changing to larger PIC |
MPLAB version is 8.56.
I tried running the device editor, but nothing happens when I click on the icon. Not sure what else to try. Thanks! |
Topic: Still out of ROM after changing to larger PIC |
kdlee
Replies: 19
Views: 23525
|
Forum: General CCS C Discussion Posted: Fri Jan 14, 2011 4:06 pm Subject: Still out of ROM after changing to larger PIC |
I found an extra version of the compiler under Microchip\ThirdParty\PICC and removed that. No change.
I removed all compilers installed on the machine and then reinstalled from scratch. No change. ... |
Topic: Still out of ROM after changing to larger PIC |
kdlee
Replies: 19
Views: 23525
|
Forum: General CCS C Discussion Posted: Fri Jan 14, 2011 3:27 pm Subject: Still out of ROM after changing to larger PIC |
I did everything as you listed.
I just tried to install the compiler into a new directory in case there were some leftover files from the previous compiler installation and when I ran it, I got the ... |
Topic: Still out of ROM after changing to larger PIC |
kdlee
Replies: 19
Views: 23525
|
Forum: General CCS C Discussion Posted: Fri Jan 14, 2011 3:10 pm Subject: Still out of ROM after changing to larger PIC |
I just installed 4.116 and it is doing the same thing. Any ideas on what to do now? Thanks! |
Topic: Still out of ROM after changing to larger PIC |
kdlee
Replies: 19
Views: 23525
|
Forum: General CCS C Discussion Posted: Fri Jan 14, 2011 1:36 pm Subject: Still out of ROM after changing to larger PIC |
I have a full version of the compiler. I vaguely remember having some weirdness when I first installed the compiler, but I didn't pay much attention to it since I thought it was working.
I'll rein ... |
Topic: Still out of ROM after changing to larger PIC |
kdlee
Replies: 19
Views: 23525
|
Forum: General CCS C Discussion Posted: Fri Jan 14, 2011 1:14 pm Subject: Still out of ROM after changing to larger PIC |
I ran both and got the same answer:
ROM size = 7360
Does this mean the device database in my compiler version is incorrect? |
Topic: Still out of ROM after changing to larger PIC |
kdlee
Replies: 19
Views: 23525
|
Forum: General CCS C Discussion Posted: Fri Jan 14, 2011 12:25 pm Subject: Still out of ROM after changing to larger PIC |
Hmmm, are you sure? All the remaining segments are full. Shouldn't something show there is more space?
When I comment out code to get it to fit in the smaller PIC and then switch to the larger PI ... |
Topic: Still out of ROM after changing to larger PIC |
kdlee
Replies: 19
Views: 23525
|
Forum: General CCS C Discussion Posted: Thu Jan 13, 2011 7:10 pm Subject: Still out of ROM after changing to larger PIC |
I was out of ROM space using the 18F24K22 so I switched to the 18F25K22, which should have double the program space. When I compile, it complains that it is out of ROM space that is exactly the same ... |
|