• Join
  • Sign In with my.TI Login
Texas Instruments
  • Products
  • Applications
  • Tools & Software
  • Support & Community
  • Sample & Buy
  • About TI
Sample & Purchase Cart Sample & Purchase Cart
  • Search
  • Advanced
TI E2E™ Community
  • Support Forums
  • Blogs
  • Groups
  • Videos
  • 简体中文
  • More ...
TI Home » TI E2E Community » Support Forums » Data Converters » Precision Data Converters » Precision Data Converters Forum » DAC8564 intermittent issues
Share
Precision Data Converters
  • Forum
  • Files
  • E2E Wiki
Options
  • Subscribe via RSS
Check out
The Signal blog
  • $core_v2_blog.Current.Name

    Handy Gadgets and Resistor Divider Calculations

    Posted 6 days ago
    by Bruce Trump
    Handy gadgets make our engineering life easier—the little...
  • $core_v2_blog.Current.Name

    Chopper Op Amps—are they really noisy?

    Posted 13 days ago
    by Bruce Trump
    Chopper op amps offer very low offset voltage and dramatically...
  • $core_v2_blog.Current.Name

    Bypass Capacitors… yes, but why?

    Posted 26 days ago
    by Bruce Trump
    Everyone knows that op amps should have power supply bypass capacitors...

Forums

DAC8564 intermittent issues

This question is answered
Nicholas Schlensky
Posted by Nicholas Schlensky
on May 08 2012 09:43 AM
Prodigy40 points

I use the Dac 8564 in two products.

Recently , i have discovered two issues ? , which i think are related somehow.

The problem

The dac, sometimes refuses to acknowledge spi commands and acts as if it is not selected. ( this may have been fixed by changing decoupling cap to 10uf from 1uf)

this happens when the device is cold but seems to stop misbehving when warmer, although i am hoping that the above 10uf cap will be the fix for this.

the more serious issue

The dac ref changes from 2.5V to a different voltage i.e 3.8V, 4.1V even though no parts are connected except for 1uf cap

This happens whenever a ramp or 100 % Fs SQ wave is generated by a SW test

This does not happen when zeros are loaded or a small amplitude sq wave is loaded ( 1/4 to 3/4 scale @1Khz, 20ksample/sec update)

When the int ref is set to "off" the ref pin goes to zero

Pwr is AVdd=5V from buffered ref, Vddio=3.3V  pin 5,6 connected to Agnd 

Why does to ref generate these peculiar voltages ? ( This seems to be releated to glitches generated by large output signal transitions, as it doesnt happen when constant values are output) The dac seems to work better when a sine wave is output but the problem still happens

I have tried,

100uf caps on psu pins

any other suggestions ?

Regards

Nick

reference DAc8564
Report Abuse
  • Reply
You have posted to a forum that requires a moderator to approve posts before they are publicly available.
All Replies
  • Tony Calabria
    Posted by Tony Calabria
    on May 08 2012 18:30 PM
    Mastermind42750 points

    Hi Nick,

    A couple comments -

    It sounds like you may have an oscillating reference. Double check with an oscilloscope that you do not have an oscillating internal reference due to the size of the capacitor that you have on the Vref line. 100uF is very high and the internal buffer for the Vref out cannot drive that causing your reference to be unstable. You will want a 1-4uF capacitor on the Vrefout line. 

    Secondly, make sure that all of your digital pins are low at power up (especially the /SYNC pin). We have a statement in the datasheet that no pin should be brought high until the power is applied to the device. Some customers have had similar issues which came down to the digital I/O lines high prior to power applied to the device.

    Regards,

    Tony Calabria

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Nicholas Schlensky
    Posted by Nicholas Schlensky
    on May 31 2012 02:26 AM
    Verified Answer
    Verified by Tom Hendrick
    Prodigy40 points

    Hi

    Thanks for your reply

    I tried your suggestions with no joy but today have finally fixed it.

    The problem turned out to be SOFTWARE !   

    I have two Dacs on my cct and one of the dac had a sync signal which was "ORed" with the other one.

    Why the Dac Ref goes crazy when this happens is unkown. I expected the sync terminating a cycle early would be ignored but this does not seem to be the case. Anyhow a fix is a fix

    thanks for yr help

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • tsio
    Posted by tsio
    on Sep 07 2012 04:49 AM
    Prodigy40 points

    Hello,

    I intend to use multiple DAC8564 in an application with a 3wire SPI Interface similar to 68HC11. The DAC has 2-bit hardwired addressing scheme, but since I want to use five of them, I am examining the case to implement the interface using the !ENABLE signal to individually address each one of them. The datasheet reports that this can be done with the restriction that SCLK, !SYNC, and DIN signals must be at some logic level (not floating).

    These signals will be routed as a bus structure, and there is the possibility in some point while transferring data to one of them (actually after one complete transfer), the MOSI signal from the controller, to be in Hi-Z state (virtually open circuit).

    Will this cause any problems in the internal SPI state machine of the disabled DACs??

    Thank you in advance.

    SPI DAc8564
    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Tony Calabria
    Posted by Tony Calabria
    on Sep 07 2012 09:36 AM
    Mastermind42750 points

    Hi Tsio,

    The DAC8568 is the eight channel version of the DAC8564 and may be a better fit if you need more channels. Have you considered looking at it?

    If I understand your question correctly, you are asking if you can use the ENABLE pin as, more or less, a /CS to help control talking to more than four DAC8564s. That should be fine as long as the three SPI lines are not floating. The interface is a little different than a standard SPI interface where the /CS functionality is broken up into two pins: /SYNC, and /ENABLE. /SYNC is used for updating the data word or aborting a command while /ENABLE is used to physically connect and disconnect the SPI bus to the digital block of the chip.

    If you are concerned with the controller going into a state where the DIN to the DACs will be floating, you can try using a very weak pull down resistor on the line (100k). In our experience, it is never a good idea to have an input pin floating, whether it is analog or digital. You always want to have the pin in a known state to avoid having a device enter an "unknown state."

    Regards,

    Tony Calabria

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • tsio
    Posted by tsio
    on Sep 07 2012 10:08 AM
    Prodigy40 points

    Thank you very much for your reply and recommendation.

    I have already started examining the case with DAC8568, as this device does not have !ENABLE and hardwired address signals. I will make use of the separate CS signals of the microcontroller SPI block, to drive the !SYNC signals. I will also use the weak pull down resistor on each DIN line, because it is somewhat uncertain weather the MOSI line of the micro will or wont be in a Hi-Z state.

    Regards,

    Dimitrios Tsiolchas

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
TI E2E™ Community
  • Support Forums
  • Blogs
  • Videos
  • Groups
  • Site Support & Feedback
  • Settings
TI E2E™ Community Groups
  • TI University Program
  • Make the Switch
  • Microcontroller Projects
  • Motor Drive & Control
Other Communities
  • Deyisupport
  • Designsomething.org
  • beagleboard.org
  • TI on Element 14
  • TI on TechXchangeSM
Other Technical & Support Resources
  • WEBENCH® Design Center
  • Product Information Centers
  • Technical Documents
  • TI Design Network
  • TI Technical Articles
  • TI Training

All content and materials on this site are provided "as is". TI and its respective suppliers and providers of content make no representations about the suitability of these materials for any purpose and disclaim all warranties and conditions with regard to these materials, including but not limited to all implied warranties and conditions of merchantability, fitness for a particular purpose, title and non-infringement of any third party intellectual property right. TI and its respective suppliers and providers of content make no representations about the suitability of these materials for any purpose and disclaim all warranties and conditions with respect to these materials. No license, either express or implied, by estoppel or otherwise, is granted by TI. Use of the information on this site may require a license from a third party, or a license from TI.

Content on this site may contain or be subject to specific guidelines or limitations on use. All postings and use of the content on this site are subject to the Terms of Use of the site; third parties using this content agree to abide by any limitations or guidelines and to comply with the Terms of Use of this site. TI, its suppliers and providers of content reserve the right to make corrections, deletions, modifications, enhancements, improvements and other changes to the content and materials, its products, programs and services at any time or to move or discontinue any content, products, programs, or services without notice.

Follow Us Texas Instruments on Facebook Texas Instruments on Twitter Texas Instruments on LinkedIn Texas Instruments on Google+
TI Worldwide | Contact Us | my.TI Login | Site Map | Corporate Citizenship | mobile m.ti.com (Mobile Version)

TI is a global semiconductor design and manufacturing company. Innovate with 100,000+ analog ICs and
embedded processors, along with software, tools and the industry’s largest sales/support staff.

© Copyright 1995-2013 Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy Policy | Terms of Use