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.

SN74LV594A: Power on state of outputs (storage register)?

Part Number: SN74LV594A

I'm using the SN74LV594A (8 bit shift register with separate shift and storage registers) in a design that will be driving a bunch of other logic devices including FPGAs. Naturally, some of these devices generally do not like floating inputs.  They must be driven either high or low continuously from power-up.  The 594A has a storage register that appears to continuously drive the 8 outputs of the device, i.e. there is no output enable or therefore any risk of the outputs going highZ and hence the inputs of the other devices floating...so I believe I'm in good shape and shouldn't have to provide explicit pull ups / downs.

However, I am curious about the default / power up state of the output and whether there is any period of time when the outputs are not driven. There is no information about this in the datasheet.

Can anyone clarify this for me?

  • Hi Doug,
    There is no default state for devices that contain latches (such as the SN74LV594A). Due to the inherently unpredictable startup of a latch, the device must have data clocked into it before it will have a guaranteed output state.

    Typically, a device that has been sitting for a long time will start with all outputs in the low state, however a device that has been operating could have residual charge and there's no way to know in what state each latch will start. It's best to treat these device as though they are outputting unknown states on system startup, then become valid after data has been clocked in.
  • The value (high or low) doesn't really matter to me so long as it's not floating and that appears to be the case. Thanks for your help.