This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

SN54LS74A: What to do with unused input/output pins of the SN54LS74 D flip-flop chip?

Part Number: SN54LS74A
Other Parts Discussed in Thread: SN74HC74

There is a similar question in the forum about SN74HC74 IC. But it is based on CMOS logic. SN54LS74 is based on Bipolar logic. So, will same type of termination is required or extra pull-up pull-down resistors are required to limit the flow of current to the IC?

regards

Nikunj Gupta

  • An open bipolar input is read as high, but it floats near the switching threshold, so it can be easily influenced by noise. Therefore, bipolar inputs should be tied high or low (high uses less power).

    For TTL family devices, the recommendation is to use a pull-up resistor to protect the input against power supply fluctuations. But for LS family devices, this is no longer necessary.

    Tie unused inputs directly to VCC.

  • Hi

    Thank you Clemens. What to do with Preset, Clear and the output pins? I think output pins can be left connected, whereas Preset and Clear need to be given High or Low (different for Preset and Clear to avoid race condition).

    regards

  • Unused outputs should be left open (not connected).

    For a used flip-flop, PRE and CLR must be set to whatever your application requires.
    For an unused flip-flop, PRE and CLR can both be high (this is harmless).

  • Thanks Clemens.

    One additional note.  If designing for a high reliability/fault tolerant design especially if designed for space.

    Inputs are often biased high or low through a weak pullup or down.   This helps prevent a fault from potentially propagating to power.  Ie, if a short internal to device occurred, the external resistor would limit current.   This is extremely unlikely event, but is still considered best practice.

    If you are using the FK package, unused NC pins can be tied to ground, as they are physically not connected to die.  This is often requirement for space designs to not have any floating metal to collect charge.

    Regards,

    Wade

  • Thank you Clemens and Wade for all your help. Really appreciate it.

    regards

    Nikunj