This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

C51: Interfacing Flash AT29C512 with AT89C51

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.

Parents
  • 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?

Reply
  • 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?

Children