Hello Team,
We are planning to use the ADC TLV2544 for one of our applications.
The ADC will be sampling at a rate of 200ksps.
What will be the total latency of the ADC?
What is the throughput of the ADC?
Based on a rough calculation, I assume
200ksps means
Acquisition time (Sampling time) is 5us.
The conversion time is 3.86us.
So the total time taken will be 5+3.86=8.86us.
For 8 channels, the time will be 8*8.86us = 70.88us.
This means the FIFO will be filled in every 70.8us.
So I need to read the FIFO (12*8 = 96bit) in every 70.88us.
Please correct me if I am wrong.
Also, I have 6*ADC in the same SPI of the controller.
We have to read all ADC channels (6*8) within 2ms.
Looking for your reply.