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

PROBLEM IN PAGE WRITE IN AT24C64

Hi,

Getting problem if more than 32 bytes written to 24c64 EEPROM using 89C51. How to increment the page using word address?

Parents
  • "Getting problem if more than 32 bytes written to 24c64 EEPROM using 89C51."

    If the device's page size is 32 bytes, then you can't write more than 32 bytes in one transaction.

    "How to increment the page using word address?"

    Add 32 to the address you used for writing the previous page.

Reply
  • "Getting problem if more than 32 bytes written to 24c64 EEPROM using 89C51."

    If the device's page size is 32 bytes, then you can't write more than 32 bytes in one transaction.

    "How to increment the page using word address?"

    Add 32 to the address you used for writing the previous page.

Children