Darrel:
First, thanks for all of your work developing the meCONFIG files -- what a top drawer effort.
I'm developing an application using the PIC 16F88 and want to use the internal 8 MHz or 4 MHz clock, plus use the I/O functions of both RA6 and RA7.
After setting cfg1 = _INTRC_IO, do I need to set OSCON, IRCF<2:0>: Internal RC Oscillator Frequency Select bits, to the clock of either: 8 Mhz (111) or 4 MHz (110)?
Or is DEFINE OSC (x) required? And if this is the case, if DEFINE OSC (X) is omiitted, does PBP assume a default value for DEFINE OSC 4 and calculates the program execution based upon a 4 MHz system clock?
Thanks,
Bob Wills
First, thanks for all of your work developing the meCONFIG files -- what a top drawer effort.
I'm developing an application using the PIC 16F88 and want to use the internal 8 MHz or 4 MHz clock, plus use the I/O functions of both RA6 and RA7.
After setting cfg1 = _INTRC_IO, do I need to set OSCON, IRCF<2:0>: Internal RC Oscillator Frequency Select bits, to the clock of either: 8 Mhz (111) or 4 MHz (110)?
Or is DEFINE OSC (x) required? And if this is the case, if DEFINE OSC (X) is omiitted, does PBP assume a default value for DEFINE OSC 4 and calculates the program execution based upon a 4 MHz system clock?
Thanks,
Bob Wills
Comment