Dear all,
I'm trying to calibrate the comunication with an ADS5263 ADC. To do that I want to use the sync configuration provided by ADC. When you use sync pattern datasheet says: All channels output a repeating pattern of 8 1s andd 8 0s instead of ADC data. Also I want sample my signal to 70MHz. Then:
- Reset comunication. Register 0, bit 1 = 1. SPI comand 0x000001
- Clear reset. Register 0, bit 1 = 0. SPI comand 0x000000
- Configure ADC Data comunication to 2 wire with frame clock to 0.5x, and 16 bit serialization. SPI command 0x468801
- Enable sync pattern. SPI command 0x450002
Then, with this configuration I was expecting in the data pin a square signal with 35MHz frequency (8 1s and 8 0s), like the frame clock. But I read with the scope a square signal with 70MHZ signal. To be sure that I'm not wrong with the mode that is running (bitwise, bytewise or wordwise, page 38 datasheet) I send by SPI 0x28800F. It means wordwise mode. I expect 35MHz square signal in the data ouput, but I obtain 70 MHz square signal.
Someone knows why? Could I forgot some configuration for the ADC?
Thanks a lot for your time,