Hi,
We are running automated test that quires one frame at the time from the sensor and stops after each frame to save the data. And repeats that over and over. In our case we have 8 chirps with 512 samples each. At a random point in time during this test the sensor will have suddenly all 0 data on all four lanes and then the data will come back but is now shifted relative to the start of the chirp, which then will have a discontinuity in all subsequent chirps.
LVDS data form Sensor:
From T to T is one chirp. Signals from top to bottom: Valid, Frame Clock, LVDS data 0, LVDS data 1, LVDS data 2, LVDS data 3.
Looking at waveform from this data it looks like this:
Chirp 1 is fine. Then chirp 2-6 is 0 data. Then at the end chirp 7 data is coming out but shifted relative to the start of the chirp. Data above from another chip is fine (this is a four chip radar system).
Then when a new frame is acquired the data stays shifted by the same amount and it stays shifted for all subsequent frames.
What could cause this issue? Or how could we recover from this so that data is aligned again with the start of the chirps?
Thanks,
Daniel