On Sun, Feb 8, 2009 at 9:18 PM, Bob Blick wrote: > Hi Joe, > > Look in the compiler's "include" directory and find the .h file for the > chip group you are compiling. Near the end of the file are the > configuration fuses. > > Beware, some chips have some of their config settings at a second > address and require a second config line in your code, like this: > > __CONFIG (FOOBAR & FOOBAS) > __CONFIG (FOOBAT) > > It's not always obvious in the include file which ones need to be on the > second line - consult the chip's data sheet for the addresses of the > configuration words to see which is which. > > This may be fixed in the latest version of the HiTech compiler but I use > an ancient version that doesn't even have the 16F690 so that's why I am > being general in my explanation. > > Cheerful regards, > > Bob > Bob, you may wish to "upgrade" your compiler... ;) -- solarwind -- http://www.piclist.com PIC/SX FAQ & list archive View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist