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

Multiple #FUSES statements?

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



Joined: 04 Dec 2006
Posts: 41

View user's profile Send private message

Multiple #FUSES statements?
PostPosted: Fri May 09, 2008 1:01 pm     Reply with quote

I haven't been able to find anything definitive in the manual, but the implication is that you can have successive #fuses statements without one cancelling the next. Some of these processors have some pretty long fuse lists, if you specify them all. Does anyone know for sure if you can say, like:

#fuses HS,NOWDT,PUT
#fuses NOLVP
#fuses STVREN

As usual, I can test this (with some effort decoding the hex file), but I'd rather see something more official from the compiler maker. Thanks.
PCM programmer



Joined: 06 Sep 2003
Posts: 21708

View user's profile Send private message

PostPosted: Fri May 09, 2008 1:55 pm     Reply with quote

The CCS wizard does this. Example:
http://www.ccsinfo.com/forum/viewtopic.php?t=34712
rnielsen



Joined: 23 Sep 2003
Posts: 852
Location: Utah

View user's profile Send private message

PostPosted: Fri May 09, 2008 1:56 pm     Reply with quote

You can have multiple fuses in the same line, just separated by commas or individual fuse statements like you have listed. I'm not sure about having a combination of each but I would imagine that it will work. I haven't tested that one out. I usually have them all in the save #FUSE statement.

Ronald
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