Hi Melanie,

Thanks for the quick response (and to Original, too.)


I had looked at yankeedoodle and thought it was answering my questions, but then I found another snippet from the PicList archives that had this:

@ DEVICE INTRC_OSC_NOCLKOUT
@ DEVICE MCLR_OFF ' - as per Melanie
OSCCAL=$A4 ' from chip read


(The chip read is what threw me.)


And the file Original pointed me includes this in its "typical front end statement" -

DEFINE OSCCAL_1K 1

(but it doesn't include @ DEVICE INTRC_OSC_NOCLKOUT)


Those variations seem to overlap or even contradict each other, hence my confusion.


Your example seems to indicate that if I include:

@ DEVICE INTRC_OSC_NOCLKOUT
@ DEVICE MCLR_OFF

then neither the chip read nor DEFINE OSCCAL_1K 1 is needed, correct?

Regards,

Mike T.