Other Parts Discussed in Thread: AM5708,
Hi,
We connected ADS8568 to TI AM5708 processor in serial, hardware configuration mode and single conversion signal for all 4 channels. I am able to observe the busy signal transition from low to high and then to low after the giving conversion signal high. I am trying to read the data on spi bus after observing the busy signal, but I am getting all zero's on SPI MISO signal(SDO_A/DB12 pin), procedure I am feeling:
1.Make conv signal high
2.Check busy signal
3.Read conf reg on SPI bus, but all the receive buffer is zero.
And even I tried for reading configuration register value, for that also I am getting all zero's on SDO line, the procedure I am following for conf reg read:
1. Make conversion signal low
2.Send 0xC00083FF on spi bus
3.Make conversion signal high
4.Read conf reg on SPI bus, but all the receive buffer is zero.
The clock polarity is CPOL=1, CPHA=0 and the signals are same as mentioned in the post https://e2e.ti.com/support/data-converters/f/73/t/765334?tisearch=e2e-sitesearch&keymatch=ads8568
What I am doing wrong and What is the endianness of SDI line?
Regards,
Naveen.