Dear e2e:
The IC(DS250DF410) have PRBS counter register named PRBS_ERR_CNT,but the DAC is 11 bit,how should I do to get a error bit count more than 2047?
thank you
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.
Dear e2e:
The IC(DS250DF410) have PRBS counter register named PRBS_ERR_CNT,but the DAC is 11 bit,how should I do to get a error bit count more than 2047?
thank you
Hi Kailin,
I believe you have to do some type of averaging. For example, un-freeze and within a certain fixed time read the error counter. Then do this multiple times and then average.
Regards,,nasser
Hi Kailin,
Please note E2E thread below. This thread discussed how to setup the registers and read error counter(reg 0x82, 0x83, 0x84)..
https://e2e.ti.com/support/interface/ethernet/f/903/t/701766?tisearch=e2e-sitesearch&keymatch=faq
Regards,,nasser
Hi Kailin,
Since PRBS generator/checker can use PRBS31, this means device uses 32-bits word for PRBS pattern generator/checker. If there is one bit error in this 32-bits word then this is counted as one error. Or if there is multiple bit errors - for example 7-bits error - within this 32-bits then it is counted as multiple or for example 7 errors.
Regards,,nasser