PD wrote: > >Thanks for your reply, I can't seem to find any reference to this in the >data sheets, all I can see is the write enable bit in a data register, but >nothing mentioned in the config word. Could you give me an example of the >config word that I should use, I use mplab so I normally don't even use a >config word, this could be my problem right there. Even when using MPLAB, specifying the CONFIG fuses directly in your source code provides a few advantages to letting MPLAB set them for you. Not in any particular order: 1. Your selections are used, not MPLAB's defaults. You're guaranteed to get what you expect. 2. For some of your programs you may want to use different options than for other programs. By specifying the fuses in the source code, you don't have to remember to change the default MPLAB settings before programming. (It's just too easy to forget to do that.) 3. Your selections provide documentation right in the code as to how *you* want the CONFIG fuses to control processor operation. (All of the fuse options are defined in the standard Microchip include files so they're fairly easy to interpret.) Regards, Bob _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp -- http://www.piclist.com hint: To leave the PICList mailto:piclist-unsubscribe-request@mitvma.mit.edu