Other Parts Discussed in Thread: AFE7225
I'm using the AFE7225 connected to an FPGA. In order to check the correct deserialisation of the ADC, I want to use the ramp test pattern. The data sheet says "D11..D0 ramps continuously every 4 clock cycles in steps of 1 LSB".
With this description I would expect 4 identical values, and then the next value increased by 1. But what I get at the output is: D5..D0 ramps every clock cycle and D11..D6 ramps every 256 clock cycles. Is this just a omission from the documentation, or did I make an interface error?