Shift register clocking and latching delay from microcontroller

microcontrollermultiplexershift-register

When latching or clocking a shift register from a microcontroller, should there be a delay in between setting the clock or latch pin to high and then resetting it to low? How long is this delay typically? For example if I set the data pin, and then set the clock to high and then immediately back to low in the next line of code, would that be sufficient to clock in the data?

Best Answer

There are no typical delays, just the datasheet...

A quick glance through the two datasheets learns that at 5V none of the required delays is more than 100 ns, so you could use that and be on the safe side.