Hello Juan, You should configure your host SPI as master. You can either pole the /DRDY pin or use it to trigger an interrupt to clock out data. Once data is ready (/DRDY goes from high to low), you can clock the data out. The ADS1278 shifts out data on DOUT on the falling edge of SCLK and your host CPU should capture this data on the rising edge of SCLK. There are no registers to configure in the ADS1278 ; configuration is done in hardware. Thus, the device is a read only device. I am not aware of any simple code examples. Regards, Keith N.
↧