Hello Guys,
Good day.
Our customer has the following example on TSIP Module.
Best regards,
Art
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.
Hello Guys,
Good day.
Our customer has the following example on TSIP Module.
TSIP module requires a clock to drive the interface. In the absence of an external clock, is there a way to use an internal clock to allow the TSIP module to run in loopback mode?
Best regards,
Art
Hello Guys,
Just like to update on this.
Best regards,
Art
There is an internal clock source that can be used in the loopback modes.
The 'Emulation and Test Register' has the tstclk and suitst bits that allows the internal loopback without an external clock.
There is a 'tstdiv' clock divider from the internal bus clock that needs the appropriate value to closely match the expected serial clock.
The clock is internally mapped when ((siutst==1) && (iolb==0) && (lbs==0) && (tstclk==1)) in true!
If ((siutst==1) && (iolb==1) && (tstclk==1)) We will attempt to drive the external clock and data for an external loopback, but it is necessary to not have external components driving those pins.
Hi,
We can use Internal clock in normal mode, since receive clock (RCVCLKM) and transmit clock (XMTCLKM) will only sync the data only if both are in same data rate and data rate depends on clock.
But, In Loopback mode mode, sync is not possible and since there is no connection between Transmit and receive side, which prompts us to use external clock.
Also attached the TSIP guide, PFA.
https://www.ti.com/lit/ug/sprugy4/sprugy4.pdf
Thanks,
Rajarajan U
In serial loopback an internal frame sync is passed to both the transmitter and receiver.
The internal clock can only be use in loopback modes. There is no support for using the internal clock in functional modes.
Hi Denis,
I was refering to Data loop back(DLB) and Line Loopback(LLB) as mentioned in "5.1.3.1" in above mentioned TSIP guide.
In serial loopback an internal frame sync is passed to both the transmitter and receiver.
Are you refering to the same loopback modes ?
Thanks,
Rajarajan U
The serial loopback is the same as the DLB we loopback the serial Tx to Rx pins.
The DLB generates the clock and frame sync internally and loops that Tx data to the Rx data just before the pins.
The LLB loops back anything seen on the Rx interface to the Tx interface, and allows the remote device to perform any diagnostics.