Hello, Bonjour,
I'm interfacting a LTC2207 16-Bit 105Msps ADC with teensy 4.0.
I'm generating the (80MHz) square ENC signal from pin 12 using FlexIO, which seems to work well.
Now I'm trying to read 8bits D0..D7 of ADC on the CLK+ rising front.
I did a first try using interrupt on CLK+ signal and reading according GPIO port using GPIOX_PSR. It works more or less at frequency far from my expectation.
Could I expect better performances using Camera Sensor Interface (CSI), and doing something like linking CSI PCLK to CLK+ and D0..D7 to data bus of CSI ? Or is it a completly dumb idea ?
If it is doable, could you suggest documentations or references concerning a related use because CSI is a subject I really don't know.
Is there an other way to achieve better performance ?
For information, CLK+ is on pin 2, CLK- on 3, D0..D7 are on pins 11 to 4 respectivelly.
Thank you for your help.
Best regards.
Julien.
I'm interfacting a LTC2207 16-Bit 105Msps ADC with teensy 4.0.
I'm generating the (80MHz) square ENC signal from pin 12 using FlexIO, which seems to work well.
Now I'm trying to read 8bits D0..D7 of ADC on the CLK+ rising front.
I did a first try using interrupt on CLK+ signal and reading according GPIO port using GPIOX_PSR. It works more or less at frequency far from my expectation.
Could I expect better performances using Camera Sensor Interface (CSI), and doing something like linking CSI PCLK to CLK+ and D0..D7 to data bus of CSI ? Or is it a completly dumb idea ?
If it is doable, could you suggest documentations or references concerning a related use because CSI is a subject I really don't know.
Is there an other way to achieve better performance ?
For information, CLK+ is on pin 2, CLK- on 3, D0..D7 are on pins 11 to 4 respectivelly.
Thank you for your help.
Best regards.
Julien.