??? 12/25/04 18:47 Read: times |
#83852 - Address decoding Responding to: ???'s previous message |
In order to decode the address lines A2..A15 to deliver appropriate ChipSelect signal to the 8255 and 28F512, What do you sujjest except for using GALs? If not a GAL/PLD then you are left with the choice of some glue logic. I could not figure out anything but five 74HC138s with A2 through A15 connected to their input pins. With 5 x HC138, you can generate CS for as many as 40 devices. The 3 to 8 decoder is a good choice where your devices are distributed evenly in the memory map like 8 RAM chips of 8 KBytes each. Just putting "Address decoding" in Google, I got several good links like this one. http://research.cs.tamu.edu/prism/lec...sd_l16.pdf |