Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
12/29/02 21:19
Read: times


 
#35200 - RE: 8255 alternatives - 74HC595
I have used CPLDs for so long that I have forgot the 74... numbers, but here it is

If you are using multiple latches:
use an 8 input nand and another gate to decode addresses 0xfffx
use another decoder to decode as much of the last hex digit as you need, this one enabled by the output of the first decoder.

If you are using only one latch:
use a decoder circuit (ands/nands) to isolate addresses 0xffff

The output of the first/only decoder is used to enable/disable chip select of your RAM.

The output of the second/only decoder is used to enable read((OE)if input)/write((clk)if output) of your latch(es).

You then "talk" to your I/O as if it was memory at the selected addresses.

An output latch can be basically any latch, an input latch (which in some case is not a latch but a gate) need be tri-state output

Erik


List of 10 messages in thread
TopicAuthorDate
8255 alternatives            01/01/70 00:00      
RE: 8255 alternatives            01/01/70 00:00      
RE: 8255 alternatives            01/01/70 00:00      
RE: 8255 alternatives - Searching            01/01/70 00:00      
RE:Forum bug            01/01/70 00:00      
RE: 8255 alternatives            01/01/70 00:00      
RE: 8255 alternatives, also            01/01/70 00:00      
RE: 8255 alternatives            01/01/70 00:00      
RE: 8255 alternatives - 74HC595            01/01/70 00:00      
RE: 8255 alternatives - 74HC595            01/01/70 00:00      

Back to Subject List