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 support@ccsinfo.com

PIC18F65J10 and CCS compiler

 
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion
View previous topic :: View next topic  
Author Message
Fabri



Joined: 22 Aug 2005
Posts: 275

View user's profile Send private message

PIC18F65J10 and CCS compiler
PostPosted: Fri Nov 24, 2006 8:35 am     Reply with quote

Hi Everybody,

I have PCWH V3.249, does it support PIC18F65J10 ?

I didn't found it on device editor.

Does anybody use it ?

Regards,
PCM programmer



Joined: 06 Sep 2003
Posts: 21708

View user's profile Send private message

PostPosted: Fri Nov 24, 2006 10:53 am     Reply with quote

I have PCH vs. 3.249 (not PCWH). It compiles a small test program
with no errors for an 18F65J10.
Ttelmah
Guest







PostPosted: Fri Nov 24, 2006 11:09 am     Reply with quote

Almost.
On 3.249, the code will compile. The only major fault, is the fuse handling. The compiler does not understand the new way that the fuses are done in these chips (loaded in the last few memory addresses and copied automatically into the RAM at the normal configuration addresses, during wake-up).
To make the chips work, you need to take the sequence of bytes generated by your required fuse settings, and create a '#ROM' statement to define these at the top of the ROM. With this done, code will work (I have been running a couple of the 'J' chips with this bodge, for about six months).

Best Wishes
Display posts from previous:   
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group