This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

scan921025 Transfer Protocol

Other Parts Discussed in Thread: SCAN921025, SCAN921226, SN65LV1224B, SN65LV1023A

Hallo,

I want to transfer Image Sensor Data via an Serializer Chip like scan921025 to an Xilinx FPGA.

The Goal is to connect the Serial line directly to the Serial Highspeed Links of the FPGA.

Where can I find Information about the used Protocol of the Chip to Decode the Data Stream correctly inside of the FPGA, or, better, some VHDL Code?

Sincerely,

Steffen

  • Hi Steffan,

    We only have SerDes products for performing the serialization-deserialization function. The encoding and decoding is fairly straight-forward, where there is a low "stop bit" and high "start bit," followed by DIN0-DIN9 data:

    Regarding the setup and code for the FPGA to deserialize,  you will need to contact Xilinx for assistance. If it turns out that the FPGA is designed to accept parallel data in, you may want to use a companion deserializer such as the SCAN921226 to deserialize the data back to parallel outputs.

    Please note that as far as the SCAN921025 and SCAN921226 is concerned, this device is NRND. You may be better off with a device like the SN65LV1023A serializer and the SN65LV1224B deserializer.

    Regards,

    Michael

  • Hello Michael,
    thank you for the quick Response.
    The SN65LV1023A seems to be the better alternative
    Greetings, Steffen