Other Parts Discussed in Thread: ADS1298
Hi,
i have successfuly unlocked the ADS131A02 IC and have done some register initialization.
How do i read the ADC values?
I am using the ADC as asynchronous interrupt, have set the SPI word as 32Bit and Hamming code is not activated.
Once the DRY is fired, i send 0x00000000 to the TX SPI and i am reading 0x30220000 from the ADC back, regardless what the ADC input is:
How can i read both ADC channels?
The only thing i found on the datasheet was this figure:
So do i have to send 0x00000000 for Status and then 0x00000000 to Channel 1 Data and 0x00000000 for Channel 2?