We got a question about the Tiva’s EEPROM endurance. The data sheet has this description:
• Endurance of 500K writes (when writing at fixed offset in every alternate page in circular fashion) to 15M operations (when cycling through two pages ) per each 2-page block.
What does a page and a 2-page mean in this context. The EEPROM is described as 96 blocks of 16 words. Is a page a block? Is this related to adjacent blocks: block0-block1, block1-block2? Is the access to non-adjacent blocks like even-to-even or odd-to-odd: block0-block2 or block1-block3?