CCD-sensor

Luckyguide

New member
I am planning to map the TCD1209DG linear CCD sensor using a Teensy 4.1. From what I have researched, the Teensy 4.1 should be able to support the fast timing operations required using the internal clock with a speed of 600MHz(not using the external clocking that is limited to 150MHz). I would like to know if some members have any insight and remarks on my thoughts. I have added the datasheet of the TCD1209DG CCD sensor, and am also aware of residual hardware components I might have to add such as an amplifier or ADC converter, but I want to know first-of-all if the Teensy 4.1 is sufficient as a microcontroller.
 

Attachments

  • CCD_Toshiba_TCD1209DG_datasheet_en_20190108-2508365.pdf
    430 KB · Views: 19
If you search the forum for "CCD", you will find posts by @DrM, who has built systems with CCD sensors and shared much of his designs and code. A lot of his work has to do with high-speed ADC interfaces. I'm not sure exactly what you mean about the 600 MHz CPU frequency. As far as I know, that frequency is not available to any timers within the IMXRT1062 processor.
 
Back
Top