My question is, how can I use the ADS1178 to sample every 2 KHz (500 us). Is it possible? You must always use SYNC signal to generate an event?
Thanks
Luiz Paulo
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.
My question is, how can I use the ADS1178 to sample every 2 KHz (500 us). Is it possible? You must always use SYNC signal to generate an event?
Thanks
Luiz Paulo
Hi Luiz,
The SYNC pin requires some additional time to clear out the digital filter and start conversions so I would not use that method to achieve a 2KHz sample period. The best way to do it is to adjust the master clock since the data rate will scale with the master clock. So, depending on the mode you place the converter in, you can adjust the master clock accordingly to get the data rate you are looking for.
Regards,
Tony Calabria
Ok , i understand,
I can use the ratio of the table 4 for determine fdata. For example
In low-power mode , CLKDIV = 1 and fdata = 2 KHz;
Fclk = fdata * 2560 = 5,12 MHz;
This is correct?
Thanks