Electronic – Safe amount of current going into the device

3.3v5vcurrentfpga

I am trying to send a signal from an Altera DE2 FPGA to a detector so that I can gate it on and off. The FPGA uses 3.3V logic while the detector uses 5V logic, so I need to increase the voltage on the signal. I am thinking I should use a logic level converter, like this one from SparkFun: (https://www.sparkfun.com/products/12009)

However, I am concerned about the amount of current that will be going into the detector. In the datasheet for the detector (picture below) on the bottom row, it mentions the sink current being < 1.6mA and the source current being < 5.5mA.

Will using this LLC push too much current into the detector? If so, what other method should I use to increase the voltage of the signal without putting too much current into the device? I was also thinking of using an op amp to increase the voltage, one that has a low output current. Which method would be better?

Gating Threshold

Best Answer

The Sparkfun logic level converter outputs voltage, not current. It can output a maximum of 220 mA to an output that is drawing that current, but will not "push" a current anywhere. It should probably be safe to use for this task.

That being said, a more appropriate part for this task would be a buffer IC, like the 74HC244 (octal tristate buffer, 3.3V CMOS compatible inputs when running at 5V). There's nothing wrong with the Sparkfun level shifter, but this part should be easier to source and use in a professional design.

Related Topic