I'm considering the use of the SN74LVC1T45 for voltage translation for a SPI bus as well as some other control signals between a 3.3V microcontroller and a 5V sensor. As these are all unidirectional signals I am planning to tie the direction pin high or low accordingly to turn these into unidirectional translators.
Other than the dual power supplies the SN74LVC1T45 appears be largely similar to other 74 series logic. In the past working with 74-series logic without a hold feature I have been instructed by TI to use pullups or pulldowns of sufficient strength on the inputs to ensure the outputs are always in a known / default state, even at power up, to ensure power consumption is minimized and also to prevent damage to the device.
Are pullups / pulldowns on the inputs to the SN74LVC1T45 required for this purpose or is is okay to leave the inputs floating on power up and during periods between communication activity (i.e. microcontroller GPIO driver is high Z)?
-Doug