A/D converter question
Hello,
··· I have come across a few of these A/D chips they are Texas Instruments ADS7841 they have a 4 wire serial interface and 12bit convertions with 4 channels. http://focus.ti.com/lit/ds/symlink/ads7841.pdf
What I want to know is can I use the example circuit for the LTC1298 that uses a resistor and only three pins to connect it to an SX or BS2 chip or can I modify the code example to just use the 4 pins? http://www.parallax.com/dl/docs/prod/appkit/ltc1298.pdf
·
··· I have come across a few of these A/D chips they are Texas Instruments ADS7841 they have a 4 wire serial interface and 12bit convertions with 4 channels. http://focus.ti.com/lit/ds/symlink/ads7841.pdf
What I want to know is can I use the example circuit for the LTC1298 that uses a resistor and only three pins to connect it to an SX or BS2 chip or can I modify the code example to just use the 4 pins? http://www.parallax.com/dl/docs/prod/appkit/ltc1298.pdf
·
Comments
The program code would look something like this (no guarantee!)
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Tracy Allen
www.emesystems.com
Post Edited (Tracy Allen) : 6/6/2007 12:50:09 AM GMT
Thanks for the reply, I am rather new to the muti-channel A/D converters where did you come up with the [noparse][[/noparse]$94] this is the config bits correct? How did you determain that? thanks
I just read the datasheet a few times and I think I understand what you are doing.
The [noparse][[/noparse]$94] is hex for 10010100 which means the MSB =1, A2=0, A1=0, A0=1, Mode=1 (12 Bits), SGL/Dif=1, PD1=0, PD2=0 (power down between convertions)
Am I correct on this?
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Tracy Allen
www.emesystems.com
Thanks for the help.
Post Edited (bennettdan) : 6/6/2007 3:31:58 PM GMT