Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Cascading partial shift registers ?!

Status
Not open for further replies.

moshik3

Member level 2
Joined
Jun 8, 2012
Messages
47
Helped
2
Reputation
4
Reaction score
1
Trophy points
1,288
Activity points
1,788
Hi,

I'd like to have 3 boards, with a 8-bit shift register on each,
and run the 3 line serial bit shifting line along the 3 boards.

I'd like each board to have 6 LEDs only, (not fully using the 8 bits).

Is there a way (hardware) to "jump" these 2 unused connections ?
can I connect the Q6 to the "data in" of the next IC ? or that would be wrong ?

A software solution would be to add 2-bit dummy after every 6 bits.
but that would make the code more complex.

Any idea ?
 

Your "Q" outputs may be latched by a separate latch
"clock" or a latch enable that uses the main clock at
a specific time to move shift-chain data to an output
register. If so then your operation might be a more
elaborate dance. But if the Q outputs are real-time
then this could work. Is Q8 (or Q7, if 7:0) the end of
the chain or do you see a "SO" (shift out) serial output
in addition?
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top