Other Parts Discussed in Thread: ADS114S08B,
Hi,
we have implemented an input acquisition system based on the ADC ADS114S08B, connected to the TMS320F280041 DSP by SPI.
We are trying to use the 4-wire SPI configuration (/CS SCLK MISO MOSI) in the SPI mode 1 (CPOL = 0, CPHA = 1) as suggesten in the ADC datasheet. In this condition the /CS is tied to Hi-Level until the last SCLK rising edge and it is released after a not predicible delay time from this edge. In the ADS114S08B is required that this delay time of CS rising edge must excede the finel SCLK falling edge of at least 20ns. How it possible to ensure this condition in the TMS320F280041? Using the required SPI mode 1, the /CS goes low befor the last SCLK falling edge.
We know that we could drive the /CS as GPIO or tied it always to GND, but we think these could be workarounds, not the right solution.
Thanks!