0

In the datasheet of the C12880MA (Mini-spectrometer) they recommend using a digital buffer on pins to and from the module (CLK, ST, EOS, TRG):

enter image description here

I'm not sure why.

In my case, I need level translation anyway.

Would a bidirectional level translator like the LSF0204 act as the "Digital buffer"?

Francois
  • 567
  • 1
  • 4
  • 6

1 Answers1

2

The LSF0204 (datasheet) can act as a level shifter but it is not a buffer and does not increase the driving capability of the signal. It requires pull-ups on the output side.

enter image description here

Since you do not need bidirectional capability I would recommend a different type of device.

An TXU0101 (datasheet) can actively translate and buffer between voltages in the range 1.1V to 5V. There are other family members with multiple devices in the same package. There are two supply voltage pins to set the input and output logic voltage levels.

enter image description here

Kevin White
  • 32,097
  • 1
  • 47
  • 74