Hi to All,

I am using the internal oscillator for the first time on a 16F87 . The data sheet shows 8 modes of clock operation. The one that I am interested in is INTIO2. It sets up the internal osc and sets RA6 & 7 as digital I/O. I have never seen anything but INTRC_OSC used on the config setup posts on these forums.

To use this setup should my config setup be:

DEVICE 16F87 INTIO2_OSC

or would:

DEVICE 16F87 INTRC_OSC

give me the same results? The data sheet indicated that there were 4 new modes of clock operation but it really didn't cover much about INTIO2.

Thanks for any advice!

BobK