And pay attention to exact spelling which includes: upper/lower case, underscore/dash, forward and backward slashes, spaces, etc. Tamas Rudnai wrote: > There should be a header file that matches to your chip and which you > "include" at the beginning in your source. > > All of these symbols are defined there, so just open it up and try to find > the names (all fuses should be listed in the same place). Try to match the > names with the datasheet so you will have the correct name vs. meaning and > explanation what that fuse do. > > Tamas > > > On Tue, Jul 14, 2009 at 1:02 PM, Harry H. Arends wrote: > > >> Correct but i still have one problem. >> In the 16F628 the BOR is set with _BODEN_ON . >> But in the 16F685 there are two bits used called BOREN0 and BOREN1 . >> But when i use it like this: _BODEN0_ON & _BODEN1_ON then it shows >> this error "Symbol not previously defined (_BODEN0_ON) ". >> How should i write these two correct to replace the old BOR. >> >> Harry >> >>> -----Oorspronkelijk bericht----- >>> Van: piclist-bounces@mit.edu [mailto:piclist-bounces@mit.edu] >>> Namens Alan B. Pearce >>> Verzonden: dinsdag 14 juli 2009 10:19 >>> Aan: Microcontroller discussion list - Public. >>> Onderwerp: Re: [PIC] Fuses list on the web. >>> >>> >>>> I need to port code from a 16F628A to a 16F685. The later uses >>>> >> other >> >>>> fuses-names than the 16F628A. >>>> >>> There are not that many fuses in these devices, it cannot be >>> that hard to compare the two datasheets. >>> >>> -- >>> http://www.piclist.com PIC/SX FAQ & list archive View/change >>> your membership options at >>> http://mailman.mit.edu/mailman/listinfo/piclist >>> >>> >> -- >> http://www.piclist.com PIC/SX FAQ & list archive >> View/change your membership options at >> http://mailman.mit.edu/mailman/listinfo/piclist >> >> > > > > -- http://www.piclist.com PIC/SX FAQ & list archive View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist