SBAA543 July 2022 AFE7900 , AFE7920 , AFE7950
In this case, lanes in top JESD and bottom JESD are part of a single JESD link. In this case, based on lane0_f_counter_all_lane_ready in the first page, link0_rbd_m1 is set in the first page.
Example:
getAllLaneReady(afeInst,0,&laneAllReady)
laneAllReady = 16
getGoodRbdRange(afeInst,0,&rbdMin,&rbdMax)
rbdMin = 17
rbdMax = 35 (Based on skew = 3, rbdMax = min (allLaneReady) + BufferDepth -10 = 16 - 3 + 32 - 10).
setManualRbd(afeInst,0,20)
adcDacSync(afeInst,1)
getSysrefCntOnReleaseOpp(afeInst,0,&readVal)
If readVal=1, optimal RBD is chosen as (20+1)%64 = 21