Hello, I am using an LTC2422 to read the output voltage and current of a power supply (based on Gerry Sweeney's design). To make some experiments, I connected the Fo pin of the ADC to a PWM output pin of the Microchip PIC I am using to control the power supply (18F25K22). When Fo is low or high, no problem, the ADC is working correctly.
To try to maximize the number of conversions per second, I configured the PWM module to produce a 302KHz signal that follows the datasheet specifications (less then 307.2 KHz, high and low periods greater then 0.5µs - verified with an oscilloscope). In that case, the ADC is no longer converting correctly: the EXR bit is almost always set to 1. Even if I decrease the frequency, this is still terrible. What am I doing wrong ? Thank you