Continue to Site

Welcome to our site!

Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

  • Welcome to our site! Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

16bit RAM using 74ls194

Status
Not open for further replies.
I think you want a block of ICs with:
Inputs Din(0-3) (can be ABCD)
Input Clock
Input A0, A1
Input Rd/We (read write)
Outputs Dout (0-3) (can be ABCD)


Hint:
CLR=1, S0=1, S1=0 to make the 74LS194 work like a 'memory' not like a counter/shift register.

Use a 5th IC do decode A0, A1 to select which 74LS194 will be allowed to input data or output data.

Because the 74LS194 does not have tri-state output you will need to find a way to select only one to output at a time based off of A0, A1.

Work on this for a while and see what you can do.
 
Status
Not open for further replies.

Latest threads

New Articles From Microcontroller Tips

Back
Top