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.

TSW40RF80EVM: Synchronization of two ADC32RF80

Part Number: TSW40RF80EVM
Other Parts Discussed in Thread: LMK04828

Hi!

Evaluation board TSW40RF80EVM have two chips for making clock frequency of ADC.  If I want to use two boards, but have phase shift between signals on the LMK04828 enters, for example 5 degrees, 10 MHz on LMK04828 input, clock frequency of ADC = 2949.12 MHz , how can I estimate phase shift between clock frequencis? May be shift rise in 294.912 times? But I don't think so. 

Thank you.

  • I am a bit confused by your post, but I think the gist is that you want to synchronize two AFE40RF80 EVMs. For reference you can check out this app note of deterministic latency: www.ti.com/.../sbaa221. You may also reference this training module related to synchronization: training.ti.com/synchronizing-multiple-jesd204b-adcs

    As you mentioned, there are a couple of different options for clocking the ADC. The default option is to use the LMX device for the ADC clock; however, this is not necessarily the easiest solution for synchronization as the initial phase of the LMX is not deterministic. If you opt to use the LMK as the clock directly then clock synchronization is a bit easier. Each EVM should have the 10 MHz reference and the delay to each input connector should be the same. The LMK will be locked to 2949.12 MHz and synchronized to the external 10 MHz reference. Both EVMs will be in sync with this approach; however, there is some amount of part to part variation skew between two LMK device outputs that will result in some error. It should be small; I think the spec is less than 40 ps. It is possible to make some fine delay adjustments on the LMK to account for any system variations. This is not straightforward to do on the device EVM GUI but is possible with low level register writes of the LMK.

    Another option is to clock the ADC from an external source. In this configuration, you can have a single signal generator source split and drive each EVM clock input. Again, care must be taken to ensure each path is phase matched. This method ensures the clocks are synchronized. There may be some skew due to the switches and EVM board traces, but it should be small.

    --RJH