Power Up Timer -----Original Message----- From: piclist-bounces@mit.edu [mailto:piclist-bounces@mit.edu] On Behalf Of Jan-Erik Soderholm Sent: Sunday, April 25, 2010 5:28 AM To: Microcontroller discussion list - Public. Subject: Re: [PIC] pic config settings explanation wanted On 2010-04-25 10:27, Oaldog_Nutrix wrote: > ; Configuration Bits > ; IN MY BOOKS IT SAYS HERE > > __CONFIG H'3FF0' ;SETS LPOSC, WDT OFF, PUT ON, > *Never* write the CONFIG setings that way. Use the symbols defined by the INC file for your processor. In the case with the __CONFIG above it should be something like : __CONFIG _LP_OSC & _WDT_OFF & ..... (Not sure what "PUT ON" is...) > Is it simply now a case of identifying the "lumps I want" in the 14 bit > binary value adding the various "lumps" and finally convert to Hex?? *Never* do that manualy ! Just let MPASM do it as shown above... > > Is it really as simple as that??? Simpler... -- 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