??? 03/02/07 13:29 Read: times |
#134082 - if I must lower my speed for programming, I will Responding to: ???'s previous message |
He's not yet figured out that, at 18+ MHz, the memory access time requirement won't be met by his EEPROM. I have used exactly the same EEPROM in an earlier project where it required a preprogrammed EEPROM, and that earlier project used the same 80C51-BH and an 18.432Mhz crystal. Everything worked, the LCD displayed characters, etc. I'm going to try one of two things, since writing to eeprom requires more time: I'll tie a capacitor between WE of the EEPROM and ground, so that when a low signal is applied, it is low for a longer period of time. I'll have to pass the WE signal from the microprocessor through a buffer. It's like simulating a common reset circuit. |