Hello all.
I am trying to capture, perfectly synchronous, two channels (in the same ADC) - 128 samples data buffer at 250KHz using a timer triggering the ADC+DMA.
However, I have seen some jitter between the times to capture the whole buffer for the PING and the PONG block.
I toggled a pin in the ADC interrupt and I am seeing this:
- Above: difference
- Below:
-
- O Red: Time to capture the block (measured)
- X Blue: Expected and measured on an external device
The only reference in the forum about this issue is in this thread, where they state that with ADC ALWAYS jitter dissappears:

I would like to know what is the official statement about this issue or if there is a chance to remove it.
Actually, I am still not sure why jitter is present and different in PING and PONG modes...any register load?
Best Regards