2022-06-02 07:00 AM
we have experience checksum change ( or data corruption ) anomaly in various stage of production assembly process, this anomaly occurs
1) when we power up the system, we got checksum error, does it mean that the data from default factory setting was changed inexpertly ?
2) after we save the calibration data, the calibration data was changed or corrupted during the additional validation operation such as pressure verification.
3) i would like to know the following info for the 8 Kbit serial I2C bus EEPROM
a) when the system need to write data by system architecture design ?
b) when the system need to read data ?
c) during the power up, how does the system communicate with the EEPROM ?
d) what could contribute to the "data corruption" ?
2022-06-06 11:51 PM
HI,
A bad read data doesn't mean the data has changed inside the memory. You could have a concern during the communication or a bad command sent.
We recommend to start any communication with the eeprom after reaching a stable Vcc min.
Last point: A power failure during a write would contribute to a data corruption
BR
Pierre
2022-06-07 06:06 PM