The data sheet for the ADS5296A doesn't elaborate on the PRBS sequences and I cannot find a common reference for these patterns with a quick TI search. I'd love more detail.
Pseudorandom Bit Sequences are not standardized, though some standards call out specific PRBS patterns. They are typically implemented with Linear Feedback Shift Registers with an XOR or XNOR from taps in the shift register to generate the new bit shifted in. Only some combinations of taps deliver a Maximal Length Sequence (MLS) of 2ⁿ-1 bits for an n-bit PRBS.
Does the PRBS9 pattern use an XOR of the 9th and 5th bits to generate the new (0th) bit to shift in?
Does the PRBS23 XOR bits 23 and 18 to generate the new 0 bit?
XORs with a zero seed will stay 0. XNORs with an all-one seed will stay all ones. Both XOR and XNOR deliver MLS sequences for the proper taps.
What should I expect from the ADS5296A so I can get my alignment code up and running without a good scope capture of the actual data?
Sincere thanks for any insights.