HI ,
In my application I need to switch the inputs to the AD7770 after each conversion. During switching of the the input , AD7770 should be in idle state .Could you please help me , which pins I need to use to make AD7770 in idle state.
AD7770
Recommended for New Designs
The AD7770 is an 8-channel, simultaneous sampling ADC. Eight
full sigma-delta (Σ-Δ) ADCs are on chip. The AD7770 provides
a low input current to allow...
Datasheet
AD7770 on Analog.com
HI ,
In my application I need to switch the inputs to the AD7770 after each conversion. During switching of the the input , AD7770 should be in idle state .Could you please help me , which pins I need to use to make AD7770 in idle state.
Hi,
Apologies. I'm not sure if I understand the application. What do you mean by switch the inputs to the AD7770, does it mean you have another ADC in your system or the inputs are connected from a different circuitry?
And what exactly you mean by idle mode, it does mean that the ADC is not converting or the filter and modulator are held on reset state? The SYNC_IN pin is usually used if you wish to synchronize the conversions of multiple devices or to control the start of conversion. A pulse on the SYNC resets the digital filter, but the registers programmed are not affected.
At normal operation the SYNC_IN signal must be high, when a pulse signal is applied the digital filters will reset and resynchronized on the rising edge of the SYNC_IN signal.
If you are using the START and/or SYNC_IN inputs, then you should provide the sync through either of those inputs.
Thanks,
Jellenie
Hi Jellenie ,
Thanks for the Response .
witch the inputs to the AD7770 - means that inputs are connected from a different circuitry after each read.
So , while doing the switching input to different circuitry for ADC channel ,we don't want the ADC to sample the data and drdy generation . How to control the drdy generation using the START signal
Note:
I planning to use the START pin for synchronization and SYNC_OUT shall be loopback to SYNC_IN pin.
Hi Arun,
Note this is a free-running Sigma Delta ADC. So, if you switch the analog inputs, you will need to reset the digital filter every time you switch the inputs and you can use the START pin for that. Note that this way of operating the device means having to wait for the filter to settle on each sample, so the maximum ODR will probably be liimited.
I wrote an article some tima ago about synchronising several AD777x, may not be 100% match to the topic but it talks about reseting the filter and so on. I hope it helps.
Regards,
Lluis.
BTW Arun871991, would you mind letting us know the FPGA you are using on your design or if any FPGA development kit (Zedboard, Microzed, etc) during prototyping? Just for the record.