Hello,
I want to transmit data from a FPGA board to external device board (distance <=15m). On the device board is no programmable logic. So I'm not sure if it's possible want I want to do... Perhaps somebody have some experience. Thanks in advance.
Communication from FPGA to external device:
- FPGA sends continues data (e.g. SPI, I2C, ...) to the serializer
- DS92LV16 (Serializer part)
- DS15BA101 (Buffer)
- 15m Ethernet Cat7 cable
- DS15EA101 (Cable Equalizer)
- DS92LV16 (Deserializer part)
- External devices like EEPROM, temperatur sensor,... gets the data
Communication from external device to FPGA:
- External devices like EEPROM, temperatur sensor,...
- DS92LV16 (Serializer part)
- DS15BA101 (Buffer)
- 15m Ethernet Cat7 cable
- DS15EA101 (Cable Equalizer)
- DS92LV16 (Deserializer part)
- FPGA
On the board with the external devices I would do following:
- DS92LV16: Connect ~LOCK to SYNC (to synchronize automatically, when not in phase)
- DS15EA101: Connect LOS to ~EN (to disable output if there no communication)
Do anybody know if that would be possible?
Thanks for your help,
Martin