Part Number: ADS7253
Tool/software: Code Composer Studio
The SPI clock we uses is 15Mhz. Now we send 3*16 bits(=48 bits, = 48 * 1/15 us = 3.2us) as request, and wait 0.5s for conversion, and then it sends back 3*16 bits(=48 bits, = 48 * 1/15 us = 3.2us) to MCU. So it takes totally 6.9us. This is too long for later control. Could we decrease the time in the communication? Especially the request time.
Thanks,
Peter