address decoding ?

Need help with a project? Trying to find a component? Post any general technical questions here.
Post Reply
stumpy
Posts: 1
Joined: Wed May 14, 2008 3:21 pm

address decoding ?

Post by stumpy » Wed May 14, 2008 3:42 pm

Hello,
Help !......Help !.......I have two-off 2732 eproms which i want to put into one 2764 eprom. The code is not laid out as odd and even byte, it is simply the low half on one eprom and the high half on the other. A0 to A11 address the two eproms and A12 and A14, via three nand gates select the appropriate chip by providing an active-low OE for one chip exclusively. I have dumped the two eproms onto a 2764 and attempted to use the A12 and A14 decoding lines via an invertor to send the extra address line on the 2764 (a12) into a high state so as to access the code in the high block. This is obviously not the correct way to do it as i cannot get the code to start running !!........Can anyone put me right here as i cannot see another way to do it. I have also tried dumping the blocks onto the 2764 the opposite way around, but alas, no luck !!
Regards, stumpy.

Simon (Webmaster)
Site Admin
Posts: 173
Joined: Tue Jan 29, 2008 7:05 pm
Location: Nottingham, UK
Contact:

Re: address decoding ?

Post by Simon (Webmaster) » Wed May 14, 2008 6:29 pm

Hi

You say A12 and A14 - is A13 not used?
Simon Carter
Electronics 2000
http://www.electronics2000.co.uk

nigelwright7557
Posts: 12
Joined: Thu Jun 26, 2008 9:33 pm

Re: address decoding ?

Post by nigelwright7557 » Thu Jun 26, 2008 10:00 pm

It wont work because the two eproms have seperate CS (chip select lines).

You need to AND these together and apply them to the new eprom.

You are right to add the extra address line.

Post Reply