Shop OBEX P1 Docs P2 Docs Learn Events
74HC165 Pinout [RESOLVED] — Parallax Forums

74HC165 Pinout [RESOLVED]

D FaustD Faust Posts: 608
edited 2007-11-05 00:54 in General Discussion
On the 74HC165 (parallel in serial out) datasheet I see pinout labels such as·PL, CE, CP, DS,·Q7, and Q7.· PL, CE, and one of the Q7s· has a line over them.

What do·each of these things stand for?· I understand clock, data, and chipselect, can these be·described in these terms?

Thanks

Datasheet attached

▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
--DFaust

Post Edited (D Faust) : 11/5/2007 1:06:34 AM GMT

Comments

  • PJAllenPJAllen Banned Posts: 5,065
    edited 2007-11-03 13:44
    The bar means that those inputs are "active low", they're asserted when low.

    There is a Q7 and /Q7, the bar means that it is the complement (opposite)·of the Q7 output.

    So, a bar means "not", opposite, or "active low."

    ·
  • D FaustD Faust Posts: 608
    edited 2007-11-03 14:39
    OK, that make sense, but what do the letters mean. (I am planning on using the shiftin commmand)

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    --DFaust
  • Mike GreenMike Green Posts: 23,101
    edited 2007-11-03 14:45
    Parallel Load
    Clock Enable
    Device Select
    Clock Pulse

    There's a table near the beginning of the datasheet that explains the abbreviations.
    It's not that I know all this stuff off the top of my head ... I go look at the datasheet.
  • D FaustD Faust Posts: 608
    edited 2007-11-03 15:02
    Thanks, that makes sense. Are you saying that you got it from the truth because i couldn't figure that out, except for parallel load. Q7 would be my data line, correct?

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    --DFaust
  • Mike GreenMike Green Posts: 23,101
    edited 2007-11-03 15:30
    Q7 (from the datasheet) is the serial output from the last stage.
    That's what gets connected to the controller as the data line.

    I can't really remember all this stuff in detail, not reliably.
    It's so easy to look it up these days with web searches and
    the Wikipedia. Anyone with some common sense, basic concepts,
    willingness to do some searching and reading, can look like a guru
    these days.
  • JonnyMacJonnyMac Posts: 9,216
    edited 2007-11-03 15:45
    D,

    If you're going to use the 74HC165 with the BASIC Stamp you can find code and circuits in StampWorks.
  • D FaustD Faust Posts: 608
    edited 2007-11-03 22:56
    Thanks, I'm going to try to get it working now.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    --DFaust
  • D FaustD Faust Posts: 608
    edited 2007-11-04 19:35
    I worked, thanks!! I wonder why the stampworks book uses /Q, it just makes everything backwards. Oh well. Now for my ADC.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    --DFaust
  • JonnyMacJonnyMac Posts: 9,216
    edited 2007-11-04 20:08
    Since I wrote StampWorks, I'll tell you: I use /Q output with active-low inputs that are standard on the PDB, as this takes care of inverting the bits for me (i.e., a pressed button = 1); if you're using active-high inputs to the 74HC165 then you should use the Q output (pin 9) instead.
  • D FaustD Faust Posts: 608
    edited 2007-11-05 00:54
    OK, that makes sense.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    --DFaust
Sign In or Register to comment.