Hello,
I'm trying to daisy-chain two devices (on eval board). I followed the datasheet on the subject :
- MCLK is shared from U1 to U2 (generated by Y2 on the eval board)
- Reset is pulsed on both devices by a GPIO of an external MCU
- SPI configure DOUT_FORMAT to 0x80 on both ADC
- ODR is set
- START is pulsed on ADC U1
My problem is that U2 and U1 aren't in sync, more precisely they start synchronized and then U2 start to acquire data 1Hz faster or slower or just lag a bit behind U1.
What did I missed? I already checked MCLK connexion.
Best regards,