Hi,
My brain is working hard on this topic, and I did little progress thanx to lectures you shared and ither posts of this forum.
Here is my goal:
continuous output 80 or 100MHz square clock from teensy pin 12 (IOMUXC_SW_MUX_CTL_PAD_GPIO_B0_01)...
Thank you for your repply.
If I can use FlexIO to do all the job (clock, triger and read input) it sounds good to me. But I didn't see any example on how to achieve this. Do you have references, documentation, codes to suggest ?
Thank you.
Thank you for your repply.
It sounds like for ma need FlexIO is the most suitable.
Here is what I'd like to achieve:
Using FlexIO to generate the square encode clock of my ADC, (80MHz, and 40MHz for testing), setting trigger of FlexIO on CLK+...
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...