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
  • "it is a serial flash"

    Good.

    Now, back to the Datasheet: what kind of serial interface does it have?

    If it is a standard type (eg, I2C or SPI) you should be able to easily find sample code;

    If it is non-standard, it will be fully defined by the manufacturer somewhere - maybe in the datasheet, maybe in a separate document.

    Either way, check the manufacturer's site first for examples, guidance, etc...

Reply
  • "it is a serial flash"

    Good.

    Now, back to the Datasheet: what kind of serial interface does it have?

    If it is a standard type (eg, I2C or SPI) you should be able to easily find sample code;

    If it is non-standard, it will be fully defined by the manufacturer somewhere - maybe in the datasheet, maybe in a separate document.

    Either way, check the manufacturer's site first for examples, guidance, etc...

Children