I am using 24c512 eeprom to store data when switch is pressed , then after retrieve data and send it to server
Initially entire memory is divided into slots each of 32bytes long to store data and
I used many memory space (slots)
Weather the life span of eepom will reduce, if i reuse same memory space (slot) to write and read repeatedly ?
and will the life span of eeprom will improve if i use different memory space (slot) instead of reusing the same slot repeatedly ?