I am considering to migrate one of our projects to Concerto family and I am trying to better understand the ADC subsystem of the device.
My application requires constant sample rate ADC with long ping-pong buffering (few hundreds of samples each buffer). The required sample rate is 2.4MSps and I am planning on running the system with 144MHz, which dictates the ADC clock of 36MHz. Each conversion should be done in 15 ADC clocks (36/2.4 = 15) which is less than the minimal number of clocks for the single conversion (13+7 = 20). So some amount of pipe-lining is required here (and as I understand it is possible as the minimal number of cycles for single conversion is 13 according to data-sheet - 37.5/2.888 = 13). I cannot really understand from the user manual of Concerto family, how is the pipe-lining of the conversions is achieved for single ADC input. Can you please point me in the correct direction?
Thanks,
Alexey.