Post Go back to editing

ADG725/ADG731 programming

Hello,

I'm using several ADG731 and 725 in a design (at least 5 total). Right now the design is not finalized but I was wondering about programming the chip since table I and II are actually contradictory: the first line claims that the switch state will not change whenever CSb/CSAb/CSBb are high, but the

second one that all switches will be off whenever ENb is high.

This must be some documentation error!

Right now  my question is, which of CSb and ENb has priority over the other?

Parents
  • I agree with Gabriel P,

    Documentation should be :

    A3 A2 A1 A0 EN CSA CSB Switch Condition
     X  0   1   1 Retains Previous Switch Condition
     X  1   X   X All Switches OFF

    instead of

    A3 A2 A1 A0 EN CSA CSB Switch Condition
     X    1   1 Retains Previous Switch Condition
     X  X  X  1   X   X All Switches OFF

    If EN is '1', it takes priority over CS, so CS features are only available when EN is 0. Which is well explained in Sean example.

    Regards

Reply
  • I agree with Gabriel P,

    Documentation should be :

    A3 A2 A1 A0 EN CSA CSB Switch Condition
     X  0   1   1 Retains Previous Switch Condition
     X  1   X   X All Switches OFF

    instead of

    A3 A2 A1 A0 EN CSA CSB Switch Condition
     X    1   1 Retains Previous Switch Condition
     X  X  X  1   X   X All Switches OFF

    If EN is '1', it takes priority over CS, so CS features are only available when EN is 0. Which is well explained in Sean example.

    Regards

Children
No Data