28c256 Write/Read Sorunu

Başlatan gutaussehender, 07 Kasım 2011, 15:48:20

gutaussehender

merhaba.
projemde 28c256 kullanmak istedim ama ne hıkmetse okuma ve yazma ıslemı yapamadım ???
forumda ve nette aramama ragmen açıklayıcı birbilgi bulamadım.

daha önce kullanmış olupta bılgısı olan varsa yardımcı olursa sevinirim.

Eepromoku:
ce=1:oe=1:we=1
PORTB=address 'adres low byte PORTB'ye
address=address>>8
PORTD=address 'adres hight byte PORTD'ye
ce=0:oe=0
epdata=PORTA
ce=1:oe=1
Return
''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
Eepromyaz:
ce=1:oe=1:we=1
PORTB=address 'adres low byte PORTB'ye
address=address>>8
PORTD=address 'adres hight byte PORTD'ye
PORTA=epdata
ce=0:we=0
nop
ce=1 :we=1
Return

gutaussehender

Yokmu daha önce paralel eprom kullanan  ???