How do you set the fuse bits in PBP rather than in the programmer software?
Is there a list of these somewhere?
Thanks
How do you set the fuse bits in PBP rather than in the programmer software?
Is there a list of these somewhere?
Thanks
Just define the fuses you need to use like this near the top of your program.
@ device pic16F877, Hs_osc, wdt_off, pwrt_on, protect_off
in this example
we are using a pic16f877
Hs_osc
watch dog off
pwrt_on
protect_off etc
Hope this helps
Toni
Bookmarks