I am trying to interface Flash AT29C512 with AT89C51 How do read and write serially between the 8 bit 8051 and 24 bit Flash,
Kindly help if some one has worked on this.
thanks a lot,
got the receive data part right , not bad, for a start i suppose the sample surely helped in sending data though not able to find why the data is not being sent on the hyperterminal
P1 = byte; ACC = byte; SBUF = ACC;
any thing to be added to this?