Hello All,

Is there any limitation in analog input #? I have ADCIN working OK with AN15 but it does not work with AN16.

Defines are standard:

DEFINE ADC_BITS 10 'Set number of bits in result
DEFINE ADC_SAMPLEUS 50 'Set sampling time in uS
DEFINE ADC_CLOCK 3

adcin 16 , READING returns a value around near 14000 (READING is word) which is strange for 10 bit conversion...

I use microcontroller PIC18F25k22

adcin 15 works OK

Can someone comment please?

Thank you