Hi, I've recently purchased ADS7851
With QFN16 to DIP16 adapter I connected it to Raspberry Pi, trying to communicate via SPI.
However, I'm facing some problems, which might be unique one for this product since ADS7851 doesn't have Din(Data input) port. It only has CS(Chip Select) Port.
As far as I know, I need to send command bytes by MOSI(Raspi)->Din(ADS) and receive back by MISO(Raspi)<-SDO A(ADS), which is the common way in other ADC Products such as MCP3208.
The point is, I wonder how to apply SPI communication to this product.
Thanks, Daniel