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

Setting fuses, PIC16F1939

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



Joined: 10 Feb 2012
Posts: 28

View user's profile Send private message

Setting fuses, PIC16F1939
PostPosted: Tue Feb 14, 2012 10:40 am     Reply with quote

I'm having trouble getting fuses set correctly.

I have
#fuses INTRC_IO,NOWDT,PUT,NOMCLR,NOIESO,BROWNOUT,BORV19,PROTECT,CPD,NOLVP

I get 0x28A4 and 0x0EFF

Second one is correct, but in the first one the brownout mode and code protect are incorrect. So I decide, forget that, I'll set them manually:

#FUSES 1=0x2E04,2=0x0EFF
I get 0x39E4 and 0xEFF

What's going on???
PCM programmer



Joined: 06 Sep 2003
Posts: 21708

View user's profile Send private message

PostPosted: Tue Feb 14, 2012 3:02 pm     Reply with quote

For a problem like this, always post your compiler version. It may be
related to the version.
Ttelmah



Joined: 11 Mar 2010
Posts: 19226

View user's profile Send private message

PostPosted: Tue Feb 14, 2012 4:17 pm     Reply with quote

Also, the 'classic' is compiling for DEBUG. This forces certain fuses off. Typically Brownout, code protect etc...

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