Hi,
Getting problem if more than 32 bytes written to 24c64 EEPROM using 89C51. How to increment the page using word address?
"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.
Open Source, aka, the 770 mistake, aka compile your own code
where have my messages gone?