Page 1 of 1

Protecting the input pins

Posted: Mon Nov 10, 2008 10:10 am
by studionebula
The data sheet for the FV-1 says "Although the FV-1 is fully digital internally, it has been designed with internal power supply bypassing and careful attention to signal pin protection devices so that only a clean power supply and expected analog techniques are required at the PCB level." But the data sheet also says, under Absolute Maximum Ratings, "Analog input voltage range -0.5 AVDD+0.5 V". So, does that mean that I need to protect the input pins from voltages outside this range, or not? Obviously I can use a couple of diodes to protect them, but if there is already a protection circuit in there then it would be redundant to do so.

Thanks--
--Adam

Posted: Mon Nov 10, 2008 2:54 pm
by frank
Yes, you should protect the inputs from voltages outside the operating range (typically 0 - 3.3V) as the internal protection it really designed for transient protection, not continuously bleeding excess power to the rails as that will damage the chip. This is true for any chip, they all have some protection devices at the pins but they are not designed for running past their operating range continuously.

Posted: Thu Nov 13, 2008 8:51 am
by studionebula
Thanks, Frank. The project I'm working on is putting an FV-1 into a modular synthesizer, where it can potentially be exposed to voltages as high as +/-15V, so I'll definitely put in protection diodes as well as scaling the voltages.

--Adam