EPROMs and "Don't Cares"

Kain

Jun 16, 2004
236
Joined
Jun 16, 2004
Messages
236
I am really curious if EPROMs or EEPROMs allow for "don't care" conditions. Any ideas?

 

oldgrandpainmi

May 14, 2006
62
Joined
May 14, 2006
Messages
62
Kain,

In short, No.

(over simplified-----) Basicly, regardless of type, ROM's are just that- Read Only Memory.  You supply an address, and the data is what you have programmed into that address.  If there is a point in the rom that you do not want to use, or "don't care" what it has, don't use it.  There MAY be packages where there is a pin or two that may have a "don't care" situation, I think durring the programming of the EEPROM there is an input or two that sit's in a "don't care" situation, but that condition does not exist durring normal operation.

oldgrandpainmi

 

Kain

Jun 16, 2004
236
Joined
Jun 16, 2004
Messages
236
Ok that sounds bad now. So virtually I have to describe all situations where don't cares will normally simplify the situation... That just made my code close to 4000 lines...  :'(

 
Top