For anyone who needs a 12 bit A/D in a PIC, I have successfully used the new 18F8723. PBP doesn't explicitly support the chip, but if you compile for a 18F8722 and set "DEFINE ADC_BITS 10", the result from ADCIN is 12 bits. Even if you only need a 10 bit result, the new chip has lower jitter.
PBP2.47, PBP2.50 and PBPL2.50 all seem to work fine.
Bookmarks