Hello,
Using F28033, ADC clocked at 60MHz
Errata Sheet SPRZ295K: "For simultaneous sample mode, discard the first sample of both the A and B channels at the beginning of every series of conversions."
This is what we are doing right now, and it works.
ADC User Manual SPRUGE5F Figure 37. Timing Example for NONOVERLAP Mode: "The NONOVERLAP bit in the ADCCTL2 register, when enabled, removes the overlap of sampling and conversion stages. This will eliminate 1st sample issue and improve INL/DNL performance."
Q1: Is NONOVERLAP also effective in simultaneous sampling mode? I.e., with NONOVERLAP=1, is the simultaneous sampling of A+B delayed until previous conversion of B is complete?
Q2: If answer(Q1)=yes: Does this solve the 1st sample issue and eliminate the need for discarding the 1st pair of results?
Main reason why we'd like to do this ist to get the actual sampling of the 1st sample nearer to the SOC (PWM center). Discarding effectively means 26 CLKs additional delay, which is a lot with 100kHz PWM at small duty cycles. Reduced throughput with NONOVERLAP would be no problem, but we'd like to have the 1st pair of samples as close to PWM center as possible.