Mike Keitz wrote: > > On Wed, 11 Feb 1998 21:56:24 -0800 Keith Burzinski > writes: > >I have a question. Is it possible to connect two 8-bit memories > >(e.g.: > >PROMs, Flash, SRAM) such that they will function as a 16-bit memory? > >Can I just connect all the address and control lines together, and > >then just use the data lines as if it were a 16-bit device? > > Yes, exactly. The practice is common. The devices should be the same > size and type. If they are Flash ROMs, your erasing and programming > routines need to be written to account for the fact that there are > actually two seperate chips. I think the newer Flash chips have "no > operation" commands so they can share the control lines even if only one > is to be written, or one completes faster than the other, etc. Okay cool! :) Now I have another question: Any advise for programming two 8-bit EPROMS with a program for, say, a 68000 CPU? It's a 16-bit CPU with a 32-bit address bus; I'd like to use two 8-bit EPROMS for it's program memory. Is it possible for me to make, perhaps, an "even" and an "odd" chip? (I've got an EMP-10 programmer by Needhams...) Cheers, -- ~Keith tsk3000@Prodigy.Net http://pages.prodigy.net/tsk3000/