Hello,
I'd like to run ADC121 at 4ksps but the datasheet specifies the performance within the 50ksps-200ksps range. Is it possible or I would working out of specifications? If it possible, what drawbacks should I take into account?
regards,
gaston
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hello,
I'd like to run ADC121 at 4ksps but the datasheet specifies the performance within the 50ksps-200ksps range. Is it possible or I would working out of specifications? If it possible, what drawbacks should I take into account?
regards,
gaston
Hi Mike,
Thanks for the feedback.
Michael Stout said:I assume you are talking about the ADC121S021.
Yes I'm talking about this part
Michael Stout said:There are two ways you can do this.
Well, I prefer to do as you suggested at point 2 to avoid unexpected behaviors. More questions in this regard:
regards,
gaston
Hi Gaston,
You only need to run the clock after the CS is asserted. This is what the eval board does when you do a single read, it asserts CS and then starts the clock to do the writing and reading.
Mike
Hi Gaston,
As long as SCLK is between 1MHz to 4MHz the part will be within spec. (Note that a 1MHz clock translates to 50ksps (1MHz / 20 = 50ksps) and a 4MHz clock is 200ksps (4MHz / 20 = 200ksps)). See Figure 3 in the datasheet. The clock does not continuously need to run. If you want a sample once a second, you can do the sequence shown in Figure 3, then wait for one second with CS high and the clock high, repeat Figure 3 again, and so on. You now have a rate of 1sps but you are still running the clock at a rate between 1MHz and 4MHz so the part is being used within specifications.
Mike