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.

TDA2SX: Sync Link frame drop issue

Part Number: TDA2SX

Hi,

I am facing issues in sync link when i run the following usecase on TDA2x EVM.

Usecase: 

NullSource (A15) -> Dup_alg -> Merge_NTPD
Dup_alg -> Alg_EvePD (EVE2) -> Alg_NTPD (DSP2) -> Merge_NTPD -> Sync_NTPD -> Alg_NTPDDraw -> Display_Video
GrpxSrc -> Display_Grpx

The average execution time of Alg_EvePD is 21 ms. And the average execution time of Alg_NTPD is 45 ms.

We have set Sync parameters as below
SyncNTPD->syncDelta = 100;
SyncNTPD->syncThreshold = 5000;

However Sync link is always dropping the frames,(in SyncThreshold check: sometimes diffTime is very high compared to threshold )
(in syncDelta check: sometimespBuffer->srcTimestamp is too less than higherTimeStamp)

This issue occurs only in VSDK 2.10. However when i tested same usecase using VSDK2.07 it works as expected.
Could you please guide me on how to fix the issue on VSDK2.10?

Regards,
Socrates