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
  • the AT29C512 is 16 bit address

    I'd suggest you leave the SST25VF512 alone. As opposed to many serial memories, it requires separate page/chip erase, not just write. Have a look at the offereings that just require a write from e.g. Ramtron.

    Of course, since you have not stated what you want to store on the serial flash, I may be off here.

    Erik

Reply
  • the AT29C512 is 16 bit address

    I'd suggest you leave the SST25VF512 alone. As opposed to many serial memories, it requires separate page/chip erase, not just write. Have a look at the offereings that just require a write from e.g. Ramtron.

    Of course, since you have not stated what you want to store on the serial flash, I may be off here.

    Erik

Children