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

fuses

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







fuses
PostPosted: Tue Aug 28, 2001 8:10 am     Reply with quote

I am using the 16F877 and am truying to figure out how to set the #fuse flags. I am looking for the options as they need to be typed into the #fuse directive.

The one I am really needing is the FLASH PROGRAM WRITE but would like a list of all of them. The manual says they should be in the beginning of the .H file but I can not find them.

Here is what I have so far
#fuses HS,WDT,NOPROTECT,NOBROWNOUT,NOLVP

Thanks
Ben
___________________________
This message was ported from CCS's old forum
Original Post ID: 69
Paul H
Guest







Re: fuses
PostPosted: Tue Aug 28, 2001 10:27 am     Reply with quote

Ben You might like to try leaving out the fuse defines
from your code, as you can set them in mplab or warp13
programmers before you burn the chip.

This should work until you get a complete list of fuse
info.

Paul.
___________________________
This message was ported from CCS's old forum
Original Post ID: 73
Hipress
Guest







Re: fuses
PostPosted: Tue Aug 28, 2001 4:11 pm     Reply with quote

:=I am using the 16F877 and am truying to figure out how to set the #fuse flags. I am looking for the options as they need to be typed into the #fuse directive.
:=
:=The one I am really needing is the FLASH PROGRAM WRITE but would like a list of all of them. The manual says they should be in the beginning of the .H file but I can not find them.
:=
:=Here is what I have so far
:=#fuses HS,WDT,NOPROTECT,NOBROWNOUT,NOLVP
:=
:=Thanks
:=Ben

Use WRT and NOWRT for Flash Program config.

Fuses: LP,XT,HS,RC,NOWDT,WDT,NOPUT,PUT,PROTECT,PROTECT_5\%
PROTECT_50\%,NOPROTECT,NOBROWNOUT,BROWNOUT,LVP,NOLVP,CPD
NOCPD,WRT,NOWRT
___________________________
This message was ported from CCS's old forum
Original Post ID: 83
Charlie U
Guest







Re: fuses
PostPosted: Tue Aug 28, 2001 4:32 pm     Reply with quote

:=:=I am using the 16F877 and am truying to figure out how to set the #fuse flags. I am looking for the options as they need to be typed into the #fuse directive.
:=:=
:=:=The one I am really needing is the FLASH PROGRAM WRITE but would like a list of all of them. The manual says they should be in the beginning of the .H file but I can not find them.
:=:=
:=:=Here is what I have so far
:=:=#fuses HS,WDT,NOPROTECT,NOBROWNOUT,NOLVP
:=:=
:=:=Thanks
:=:=Ben
:=
:=Use WRT and NOWRT for Flash Program config.
:=
:=Fuses: LP,XT,HS,RC,NOWDT,WDT,NOPUT,PUT,PROTECT,PROTECT_5\%
:= PROTECT_50\%,NOPROTECT,NOBROWNOUT,BROWNOUT,LVP,NOLVP,CPD
:= NOCPD,WRT,NOWRT

In general, if you are using PCW,all fuse options can be found in the device selector window. Double click on the device you are interest in, and look at the fuse window in the upper right corner. Both the fuses and their cooresponding mask are shown.
___________________________
This message was ported from CCS's old forum
Original Post ID: 85
Ben Dopke
Guest







Re: fuses
PostPosted: Wed Aug 29, 2001 2:23 pm     Reply with quote

Figured it out,
Go to a dos prompt and enter the PICC directory.
Enter PICCHIPS 16f877 the data will be displayed for fuses

Thanks
Ben


:=I am using the 16F877 and am truying to figure out how to set the #fuse flags. I am looking for the options as they need to be typed into the #fuse directive.
:=
:=The one I am really needing is the FLASH PROGRAM WRITE but would like a list of all of them. The manual says they should be in the beginning of the .H file but I can not find them.
:=
:=Here is what I have so far
:=#fuses HS,WDT,NOPROTECT,NOBROWNOUT,NOLVP
:=
:=Thanks
:=Ben
___________________________
This message was ported from CCS's old forum
Original Post ID: 92
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