Electrically Erasable Programmable Read-Only Memory
2-0051
:
2
indicates that the EEPROM is on I2C bus 2 (i.e., wkup_i2c0), and 0051
indicates
that its I2C address is 0x51.eeprom
is generated by the at24
driver and allows accessing the
EEPROM as a file in Linux, enabling read and write operations.
dd
output, the EEPROM write speed is 0.2 kB/s
, meaning we can write 200 bytes per second.
One disadvantage of EEPROMs is their very low write speed.