This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

DAC7573

Other Parts Discussed in Thread: DAC7573

I am using DAC7573 to read analog signal.


My configuration is as follows:

VDD = 5.0V; IOVDD=5.0V

A0 = GND; A1 = VDD; A2 = GND; A3 = GND; therefore addeess byte = 0x9C;

Operating mode: update selected DAC with I2C data: L1 =0; L2=1; PD0=0; therefore control byte for channels

channel A: 0x10

channel B: 0x11

channel C: 0x14

channel D: 0x16

data MSB: 0xFF

data LSB: 0xF0

Problem-1: Using the above configuration, though I can write data into DAC, however the output is not updated.

Problem-2: if I use A0=GND and A1=GND, then SCL & SDA lines are pulled down by the DAC.


Kindly help me to solve the problems.

  • Hi Anindya,

    Unfortunately I am attending a conference out of town and I can't test this myself.

    Anindya Roy1 said:
    Problem-1: Using the above configuration, though I can write data into DAC, however the output is not updated.

    I have a few questions:

    • Can you share an oscilloscope capture of SCL & SCA?
    • Are you able to read back?
    • Can you share a snippet of the schematic?
    • What is the reference voltage?

  • Dear Mejia

    Thanks a lot for your response.

    On my side, the DAC was faulty, I have changed the DAC and its working.


    Sorry for bothering you on this trivial issue.

    Anindya