Hello everyone.
I'm currently working on a project that makes use of multiples ADS130E08 in daisy chain mode. I was able to setup and read data when utilizing just one board, but, when i try to setup multiple boards (each one with a separate ADS130E08) in daisy chain mode, I'm not able to capture the data corectly.
My setup:
- CS, SCLK and MOSI pins are shared between boards.
- CLK_OUT bit enabled.
# First board:
- MISO pin is connected to the microcontroller.
- CLK_SEL pin tied to high logic level (clock is generated internally and outputed to CLK pin).
# Second board
- MISO pin is connected to the DAISY_IN pin of the first board.
- CLK_SEL pin tied to low logic level (external clock source from the first board).
Thanks in advance,
Weslley Duarte