??? 01/22/07 13:36 Read: times |
#131213 - software is not good Responding to: ???'s previous message |
I don't want software to control when PSEN is detected and when the clock stops. why? because it is generally too slow. It is just like making a CD on a 286!
I do not want to skip any bytes when writing to the EEPROM. In my case, when the EEPROM in the system is being programmed, the WR pin on the rom is tied to an output pin (to be determined) and controlled directly by software. I figured out last night how to make the clock stop when PSEN is low and have it start again when a signal is received from the parallel port. I discovered the operation of the 74hc373 latch alone last night and I didn't realize that it acts as a 1-byte RAM, where the E pin (#11) changes the byte to whatever value is set. I didn't realize that the data is retained no matter what OE is set to (pin #1). I thought that as soon as OE is high, the output is high impedance AND data is lost. It's quite interesting the things a simple chip can offer. I pretty much got the circuit down, now I need to make it a PCB. |