Hi
I was trying to understand how to use TLK2711-SP.
I have connected the TLK2711-SP eval board (TXD0~15, TKLSB, TKMSB) to the XILINX KU705 board via HW_FMC_105_debug card.
The TLK2711-SP eval board is configured in the serial loop back configuration with the transmitted data internally looped back to the receiver.
I have used the simple protocol defined in "SGLA001A". however I could not received the correct data at the receive data bus.
the first data after the 2 inverting idles is always incorrect. below is the sample of the transmitted and received data.
Transmit | Received | ||||||
TXD15 ~8 | TXD7 ~0 | TKMSB | TKLSB | RXD15 ~8 | RXD7 ~0 | RXMSB | RXLSB |
X"C5" | X"BC" | 0 | 1 | X"C5" | X"BC" | 0 | 1 |
X"C5" | X"BC" | 0 | 1 | X"C5" | X"BC" | 0 | 1 |
X"80" | X"00" | 0 | 0 | X"00" | X"00" | 1 | 1 |
X"80" | X"00" | 0 | 0 | X"80" | X"00" | 0 | 0 |
X"80" | X"00" | 0 | 0 | X"80" | X"00" | 0 | 0 |
X"80" | X"00" | 0 | 0 | X"80" | X"00" | 0 | 0 |
X"80" | X"00" | 0 | 0 | X"80" | X"00" | 0 | 0 |
X"80" | X"00" | 0 | 0 | X"80" | X"00" | 0 | 0 |
X"80" | X"00" | 0 | 0 | X"80" | X"00" | 0 | 0 |
X"80" | X"00" | 0 | 0 | X"80" | X"00" | 0 | 0 |
why does this happens?
Thank you.