I have an application requirement to design a data acquisition recorder with a 500KHz sampling rate using the ADS7057 connected to a STM32 Chip. My input signal is a single ended bipolar signal and I'm trying to use the application note reference here .
-
From the datasheet, typical conversion time is given as 18 x tclk where tclk is 16.66ns (which I guess is a 60MHz SPI line), minimum acqusition time is 95ns. if sampling frequency is conversion + acqusition time, This gives typical conversion time to be 95ns + (18 * 16.66 ns) which is the maximum sampling frequency of 2.5MHz. If I want to set it to 500 KHz, Do I just increase the conversion time by reducing the speed of the SPI line or just a set an interrupt on the controller for the given sample rate?
- In page 3 of component selection for the reference, Rfilt and Cfilt were chosen for a specific input signal and sample rate. (250KHz and 2.5Msps) using the analog engineer's calculator. Would these values still be applicable for say, a 190Khz signal with as sample rate of 500KHz?