Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
10/09/03 15:12
Read: times


 
#56432 - RE: some more inputs to the problem
Responding to: ???'s previous message
Here is the experimented solution: First of all, all pins of 89c52 (except port 0, if not equipped with external pullups)go high due to inbuild pullups. The battery powered SRAM data corruption occurs during very early times of power on.

To prevent this:

if you use 6264 (8Kb) you are lucky because this chip has a second CS pin (pin 27) the only thing you should do is to connect this pin to an unused pin of 8951 over an inverter. during power on, 8951 pin (you used) goes high,inverter makes it low and SRAM is not selected. But you should take this pin to low afterwards.

If you want to use 62256, this chip has only one CS (and active 0). Having this logic in mind, you can add some logic to achive the same.

Rustu

List of 10 messages in thread
TopicAuthorDate
using T0 and TI pins and internal timer            01/01/70 00:00      
   RE: using T0 and TI pins and internal timer            01/01/70 00:00      
   RE: using T0 and TI pins and internal timer            01/01/70 00:00      
   RE: using T0 and TI pins and internal timer            01/01/70 00:00      
   thanks a lot but problems still there            01/01/70 00:00      
      RE: thanks a lot but problems still there            01/01/70 00:00      
      RE: thanks a lot but problems still there            01/01/70 00:00      
   some more inputs to the problem            01/01/70 00:00      
      RE: some more inputs to the problem            01/01/70 00:00      
      RE: some more inputs to the problem            01/01/70 00:00      

Back to Subject List