Another chip I'm using in my current project is the AD5668 8-channel 16-bit DAC. The chip comes in a variety of suffixes that change the accuracy and power-up output states. The wiring is simple for the chip, but the documentation contains an easy to overlook nuance. I found myself stuck, looking at perfect signals, but an unresponsive DAC.
The nuance comes into play when sending certain commands to the AD5668. The specific commands are Power-up / down channel, Set-up Internal Ref, Load Clear Code Register, and Load LDAC Register. When using these commands it is important to notice that DB0 is different from D0. The DB bits are the bits for the entire 32-bit message. The D0 bits only apply when the start and end bits of the message are Don't Cares. It is never specifically mentioned in words, only in the command diagrams, which I overlooked.
Showing posts with label Pitfall. Show all posts
Showing posts with label Pitfall. Show all posts
Friday, August 10, 2012
Thursday, August 9, 2012
Powering an LTC1857/LTC1858/LTC1859
I ran into a problem this week with these little A2D converters. I am using the LTC1859, the 16-bit version. I worked through my Microprocessor setup just fine, all of the MC's signals were transmitting correctly, but the output of the LTC was continually zero (0x8000).
The problem turned out to be in how I was powering the chip. My circuit is the following:
With VDD = +3.3V. Upon closer inspection of the documentation for this guy, it turns out that the DVdd pin must be connected to +5V. A simple correction but an easy to overlook requirement.
I'll post the snag I found on the AD5668 16-bit D2A tomorrow.
The problem turned out to be in how I was powering the chip. My circuit is the following:
![]() | |
| LTC1859 Circuit |
I'll post the snag I found on the AD5668 16-bit D2A tomorrow.
Subscribe to:
Posts (Atom)
