I'm looking into shift registers, here's the diagram I'm up against at the moment:
Datasheet: Intelligent Power and Sensing Technologies | onsemi
From what I understand, I need to find:
- The 8 parallel inputs (easy, pins 1, 4, 5, 6, 7, 13. 14, 15)
- The parallel in/serial out latch (looks like pin 9)
- The clock (pin 10)
So I have these, but I'm confused as to what the following pins do:
pins 2, 3, 12 (Q6, Q8, Q7 "BUF OUT"):
Are these buffers for the last 3 digits being shifted out serially? A kind of look-ahead?
pin 11 (SER IN):
I suppose this is a serial input, but I don't see why it'd ever be needed, unless you were using the chip to act as a sort of 8 bit serial register. Personally I'm using this to read 8 buttons simultaneously, so I don't think I'll use it, but it'd be good to know what it does.