Hello,
I am using two ADS131A04 devices chained as in Figure. 100 Pg. 73 of the datasheet.
The schematic is similar to the one done in the evaluation board of ADS131A04EVM.
I am using Synchronous Slave Mode, 24 bits, Hamming Code off.
We are using the default dynamic frame, and CRC is disabled.
I am using a free running SCLK (CLK1 0Dh), and using an FPGA to communicate/control through SPI interface.
I am able to configure all the registers and see expected response from both devices up until I send the ADC enable command/
My problem is when I send ADC enable 24h'4F0F00, I only get back a response from the first device. This is what I get back 24h'2F0F00 and 16 bytes zeros then (2224)h.
I see that I am unable to have the second device enabled as only the first one sends back a response.