DEFINE ADC_CLOCK for 16F PICs
Does this define the clock source that is used to determine the actual sampling time?
If so, I see the default of 3 for RC oscillator in the A/D module. For the 16F88, I see also 0, 1, and 2 for OSC/2, OSC/8, and OSC/32, respectively.
Am I correct in my understanding that, if I want OSC/4, OSC/16, and OSC/64, I should use the same 3 options but set ADCON1.6 to %1?
What are the comparative advantages/disadvantages to using the RC oscillator versus a subdivision of OSC?
Thanks!
Russ