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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
11/23/01 02:40
Read: times


 
#16846 - RE: How to write into AT28c64
for Alex:

Mov dptr,Addr
movx @dptr,a ;a= (date to be write)
mov a,b ; -----> Have to change to mov b,a
loop:
movx a,@dptr
cjne a,b,loop ;Wait for...


for Yossi Srebrnik:

yup, that right 5ms, i can program the EEPROM with delay 6ms,10ms is too long

Thanks ALL





List of 7 messages in thread
TopicAuthorDate
How to write into AT28c64            01/01/70 00:00      
RE: How to write into AT28c64            01/01/70 00:00      
RE: How to write into AT28c64            01/01/70 00:00      
RE: How to write into AT28c64            01/01/70 00:00      
RE: How to write into AT28c64            01/01/70 00:00      
RE: How to write into AT28c64            01/01/70 00:00      
RE: How to write into AT28c64            01/01/70 00:00      

Back to Subject List