Post Go back to editing

AD5683R SPI destruction

AD5683 
+3.3V VDD
AT90SAMG55 processor

Mode 0 (oops!)

I use the AD5683R (love the internal ref) to drive an ADA4700-1 (this amplifier then provides a precise, software-configurable +-40V dc to another circuit).  By the way, a closed loop, with an ADC, sets the voltage very precisely and keeps it there.  All sweet.

The AD5683R shares the buss with an FTDI FT8100 LCD controller.  

In a previous incarnation I had driven the AD5683 with a software driver completely different than the Atmel Software Framework standard driver used for the FTDI.  Everything seemed to work OK, although I did see occasional reliability issues with the LCD touch screen.. maybe related as when the AD5683 was removed, physically, off the bus, the LCD worked fine.  

In the latest build, I brought in the same software driver used the the FT8100.  This simply involves defining the chip select to use a secondary GPIO line (specifically defined for use in SPI).  This is all good.. but...

...the magic smoke has been let out of three AD5683R devices in a row.  In all cases, the SPI bus lines of the AD5683R were found to be shorted (internally) to GND.  I caught the most recent fail in time and find that the SDI line is shorted to GND (the other lines are OK).

Now, I just found out that the driver was set to Mode 0.. so it's perhaps somewhat remarkable that the AD5683R even worked (for a brief time).  I have a hard time imagining, however, that anything in the device and on the buss would inject such current to release the magic smoke.

Still, worth asking if anyone at AD or in the user base has experienced this.

Unfortunately this may come down to a point-to-point wiring issue (my proto is just that).

Any ideas?

  • Hi,

    The issue described is pretty strange... if the incorrect SPI mode, the device just will ignore the message.. or sample the signal in the wrong point of time, but it will never damage the inputs.

    From your issue description, seems to me that the electrical limits have been exceed... may be different GND, or supplies used in the FTDI and the AD5683R?

    Regards,

    Miguel

  • Miguel,

    Thanks for your thoughts.

    I never found the cause of the SPI bus destruction, but it was very likely an intermittent short to a rail.  I have +5, +12, +-15 and +-40 V exposed in various locations, and my proto is hand-wired.

    Since writing, I've re-wired the entire backplane, this time using (expensive) teflon-coated stranded wire.  Hand soldering cheap plastic-coated wire is ok for small stuff, but my proto is very compact and dense.  I bet something melted back a bit too far and caused the issue.

    /m