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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
02/22/03 03:02
Read: times


 
#39741 - RE: Why 89c55WD does not acess RAM
Responding to: ???'s previous message

10K + 10uF reset circuit is OK generally and in fact even the 10K may not be needed at times. In fact if you have a "good" regulated supply fed from mains - that is all you need. ( BUT the controller will be happy ;-) if you USE a Reset supervisor like DS1232, DS1233, DS1834 etc )

Not neccessary to pull EA with a high resistance - for external access just connect it to GND via a 1K resistor.

Finally, as has been mentioned, monitor the
/CS and /RD of the RAM while executing a loop to read EXRAM,

MOV DPTR, #EXRAM
LOOP : MOVX A, @DPTR
JMP LOOP

And dont forget to post how the problem was solved finally.

Thanks

Raghu


List of 10 messages in thread
TopicAuthorDate
Why 89c55WD does not acess RAM            01/01/70 00:00      
   RE: Why 89c55WD does not acess RAM            01/01/70 00:00      
      RE: Why 89c55WD does not acess RAM            01/01/70 00:00      
         RE: Why 89c55WD does not acess RAM            01/01/70 00:00      
   RE: Why 89c55WD does not acess RAM            01/01/70 00:00      
   RE: Why 89c55WD does not acess RAM            01/01/70 00:00      
   RE: Why 89c55WD does not acess RAM            01/01/70 00:00      
   RE: found problem            01/01/70 00:00      
   RE: Why 89c55WD does not acess RAM            01/01/70 00:00      
      RE: Why 89c55WD does not acess RAM            01/01/70 00:00      

Back to Subject List