App notes ( AN_0544 - Software Chip Erase ) say to write a sequence of bytes to a sequence of 16 bit addresses. This EEPROM only has address bits A0-A12 so the full address will never be realized. Is there another sequence/technique that can be used ?
Hi @aldavis comparing the app node with the datasheet:
Transpose these 16bit address to 12bit.
Address 0x5555 → 0x1555
Address 0x2AAA → 0x0AAA
For 12bit address devices…
Regards,