|
|
View previous topic :: View next topic |
Author |
Message |
Ben Dopke Guest
|
fuses |
Posted: Tue Aug 28, 2001 8:10 am |
|
|
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 |
Posted: Tue Aug 28, 2001 10:27 am |
|
|
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 |
Posted: Tue Aug 28, 2001 4:11 pm |
|
|
:=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 |
Posted: Tue Aug 28, 2001 4:32 pm |
|
|
:=:=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 |
Posted: Wed Aug 29, 2001 2:23 pm |
|
|
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 |
|
|
|
|
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
|